On 05/09/2012 07:10 AM, Rudra Banerjee wrote:
> Dear friends,
> I am a newbie in GTK and also in C itself. I am trying to develop a
> table (thanks to awesome tutorials available). I am currently facing a
> problem.
> In the given code, its working fine. Posted is a minimal example I
> managed to generate. The problem is in line 88 and 89, either of table
> or menu is working. If I comment one line, other one is working. Where I
> went wrong? Please show.
the window can only hold 1 widget.
so add a vbox to the window,
add the menubar to the vbox
add the table also to the vbox
Olivier
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list