Felix Braun wrote:
> I'm having problems getting an OptionMenu to take the right size, i.e. in
> a way that its children are displayed properly.

Hi Felix, you need to show the menu pane to get it to size correctly. Add 

        gtk_widget_show_all(menu);

just after your last gtk_menu_append().

The menu pane isn't a true child of the option menu, so it isn't shown
automatically when you do a _show_all() on the dialog.

John

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to