[java-gnome-hackers] gtk Widgets
Brought to you by:
afcowie
From: Mark H. <mh...@ti...> - 2002-08-22 10:42:35
|
hi, I've mostly done the widgets I said earlier and also looked at a few example apps. These seem to work quite well. AFAIK, the following gtk widgets are the main ones which require work: Dialog,=20 WindowGroup, AccelLabel,=20 Image MultiLine Text editor widgets Tree and List Widgets Menus & ToolBars Selection Dialogs I would like to start looking at the tree and list widgets. IMHO, this would be best done by having the main classes implement the widgets similar to how is done in Gtk, including most of the complexity; then work on simplifying the classes in derived classes (e.g. having a class for a simple list widget (single column, no editable cells, no DnD) with methods such as add(int index, String item) ) --=20 +----------------------------------------------+ | Mark Howard cam.ac.uk mh344@ | | http://www.tildemh.com tildemh.com mh@ | +----------------------------------------------+ |