On Wed, 3 May 2000 [EMAIL PROTECTED] wrote:

> Greetings,
> 
> 
>       Does anybody know why a menu bar fails to be packed into a box.
> 
> I have successfully packed buttons into a box but a menubar created with 
> myMenuBar = gtk_menu_new() failed to be packed in tghe same box !!!???

A GtkMenu is a menu, not a menu bar.  You want the GtkMenuBar widget.  You
can add GtkMenuItems to the menu bar, then set some GtkMenu's as submenus
for the items.

Note that you shouldn't show the GtkMenu's, as they are not meant to be
visible at startup (only when the user clicks on the menu item).

> 
> 
> Any turn around ?
> 
> _____________________________________________________________
>                                                       
>                                       LaBoufarikoise
> 

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to