TODO/BUGS: General: o flconvert (ah) o flconvert: fix recursion error when adding image to menuitem o document the process for adding new widgets 1/25/00 KPD o flconvert: can't indent source code in 'extra code' for a widget o figure out a mechanism that allows Python sublclassing of widgets - would draw() be enough? -- fixed? ah o write a configure script that handles: 10/20/99 MK - cross platform issues - fixed ah - compiler debugging options - extra widgets from the FLTK bazaar 1/21/00 KPD o Fl_Window icon(coonst void *ic) needs mapping o Fl_Widget::Fl_Widget_Callback overloading - ???? ah o test Fl_Browser::text(1,"") o fl.i: wrapped Fl::run, should be fixed like - ???? ah src/FL_Draw_Wrapper.h 1/xx/00 KPD o Fl.i - remap various function handlers (says to use a typemap) o fl_draw: remap function ptrs Python: o simplify menu handling o Fl_Adjuster does not work yet (ah) - fixed ah o test/color_chooser.py does not work yet (ah) - fixed ah o Toggle Tree: - does not exist in FLTK anymore ah taverse_forward 2nd param wrong Fl_Tree sort needs ovrload edit callbacks icolumn_widths needs to work w/list or tuple item data support o Fl_Pixmap, Fl_Bitmap leak data - well they just don't delete allocated data from input parameters. o add data to browser items - might have to use addmethod like Fl_Widget does? 1/25/00 KPD done for basic types o add support for Fl_Overlay_Window - it is pure virtual - fixed ah o map Fl_Wrapper get_mouse params as output o under Win 32, some of the tests crash on exit, but others work just fine. Ugh. - fixed ah o fix flconvert so that it handles value() - see dial test o test/freeze builds, but the final program doesn't run o move fltk_wrap.cpp to python/ done KPD o Fl_Group find, add, insert, remove, resizeable (... for python - one is a ptr, the other is a ref. How to distinguish? o Fl_Browser::data(...) does not work w/python o sometimes dumps core when exiting via escape key - workaround by capturing esc keypress and calling sys.exit(0)? o python scripts sometimes dump core when closing them with the window manager sometimes o test/boxtype.py doesn't work completely - fixed ah o test/symbols doesn't interpret the symbol strings - fixed KPD o tile.py doesn't work o (FL_SYMBOL_LABEL) undefined - fixed ah - actually is is: define_FL_SYMBOL_LABEL() Perl: o nothing works yet (ah)