GtkDrop
Monday, February 4th, 2008I created a small widget deriving of GtkWindow which I called GtkDrop (I prepended the Gtk in hope that it might be useful enough to get included in gtk+).
I once wanted to create a popup calendar for gnome-schedule and this is basically that code put into a widget (and ported to C).
It is intended to be a ‘popup’/'dropdown’ container where you can add any widget and it will behave similar to menus or comboboxes. And you will be able to use the widget inside it, ie: write in a GtkEntry or press a GtkButton.
In case you want to try it out download it, the test program is included.
Something not working ? (probably) Suggestions ? Send me an email.
Read on for the full README and some more information on design and how to use it.
Read the rest of this entry »












