LIBGNOMEUI:
------------
About:  done.
Animator: done.
Calculator: done.

App:
  Deal with Dock.
  Finish menu alterations.

AppHelper: 
  - Get conversions back to gtk-- MenuElem.
  
  - Separate Toolbar and MenuShell stuff?
    Complain to Gnome that there should be a Gnome::Toolbar instead 
    of these orphaned gnome_app_fill_toolbar* methods sitting here 
    where it's too late to add them as Gtk::Toolbar methods. murrayc
    
    Havoc says that this might be fixed in GNOME 2.2, but that there
    is not a definite plan about how to do it, and that he does not
    want to make a partial fix before then. murrayc.

AppBar: done.
Calculator: done.
Cauldron: obsolete
Client: done.
Clock: done 
ColorPicker: done.
DateEntry: done.
DesktopEntry: WTF?
Dial: done.

Dialog:
  Needs merge of cause_close and close. (why wasn't this done originally?)
    Is this sensible? - gnome_dialog_close() doesn't just emit the close signal,
    it checks the return value and hides/destroys depending on the value.
    murrayc.
  
  Need to whine to GNOME that there should be a UI::Info method of 
  filling a dialog.

Dock-*: done.

Druid-Page:
  GNOME signals are screwy!  internal class should be named bin not parent.
  Last GNOME argument is total bunk.
  - Is something still not working with this? Demo seems OK. murrayc

Entry: done.
FontPicker: done.
FontSelector: obsolete according to Havoc's book.
Guru: replaced by Druid, according to Havoc's book.
Href: done.
IconEntry: done.
IconList: done.
IconSel: done.
IconText: Do we need this? It's not a real widget.
MDI: done.
MessageBox: done.
NumberEntry: done.
PaperSelector: done
Gtk::PixmapMenuItem: Review this as part of the whole Menu system.
PopupMenu: Not a real widget, but should be wrapped. Review as part of Menu system.
Pixmap: wrap gnome_pixmap_file as Gnome::Pixmap::lookup.
Preferences: Not a widget. If we wrap this then all the methods would be static.
ProcBar: done.
PropertyBox: done.
Properties/Property-Entries: Probably libgnomeui internals.
Stock: Not sure.
  - should we place Gnome::Stock::Pixmaps in there with all available pixmaps
    by name, or just make an enum in Gnome::Stock::Pixmap?

Ted: obsolete (removed)
Window-Icon: Not a widget - more helper functions.
Winhints: Functions for gnome-specific WM hints.
         Acts on Gtk::Widget so it couldn't be a subclass.
         Low priority. Maybe it's an internal.
 
-See libgnomeui's TODO - Some widgets are due to be removed.
 

DEMOS:
----------
Animator - done
Dock - done
Stock - in progress
Ted - unnecessary (depreciated)
Winhints: See Winhints comment.
MDI - done.


