[Gtk-sharp-list] Continer in Combo Box
Christian Hoff
christian_hoff at gmx.net
Fri Sep 5 01:55:49 EDT 2008
> Is it possible to have a container widget inside the drop down portion of a
> combo box? I have made a "Drop Down" Date Time chooser which "Drops Down"
> simply by creating a border less window, but it would look better if it was
> actually in a combo box.
>
As far as I know, that's not possible. You can replace the widget that
appears left of the arrow(like GtkComboBoxEntry does) but not the
dropdown portion.
> Alternatively, The drop down container widget does very close to what i want
> to do but when i drops down it pushes all the other widgets out of the way.
> Is there a way to make that widget drop down over top of the other widgets?
>
Don't know the answer, but you can look into the code of the date
editing widget from the HollyWidgets
library(http://code.google.com/p/holly-gtk-widgets/) to see how it's
done there.
> Thanks
> Nate
>
More information about the Gtk-sharp-list
mailing list