* remove all FIXME's ;)))

Shell
- fix aboutbox handling
- fix snoopers shell invokation
* creation of new user window is ugly
- make use of plist button click

Selector
- adjust "select..." mesages
- abort if button press in_drag

Ted/PTree
* check for shell owner ship, then reenable editor and ted for such in shell
- special icons for non-instantiated proxies?

WPalette
- this is maintained by gleshell? (enforce)
- entries for constructor arguments
- close button

Hotkey
- we need a start-up function, to be invoked from the global hotkey,
  which checks the gtk version stuff, instead of doing this from
  gle_init(). we don't want to put out unneccessary warnings, just because
  people initialize gle.
- the global hotkey needs to be configurable through the rc file. best done
  through the accelerator parsing functions.

RcPref
- finish up the rc pref dialog, hmmm
  maybe we should totaly rework the rc-arg stuff for [better?] notification

etils
- recreate the signal list

Editor
- try to remember the last active page upon arg rebuild

GToplevel/GWidget/GObject
- rework that damn gname handling
- we need a memeber function for _force_g* so it can be overridden
- reconsider gobject_queue handling
- we need an atexit handler similar to gtk that dumps stale gobjects
- gwidget: clean up walking of child_arg groups
- gobject_setup_args, map out those construct args that do not steam from
  the real object type.
- upon apply, feature any amount of construct args, so we can have gle specific
  ones.

intro
there's still lots of work to be done on the Gtk+ side, e.g. constructor
arguments have to be implemented everywhere neccessary.
