[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Hboxes
- From: Jonathan Blandford <jrb redhat com>
- To: antgage apk net
- Cc: "Gtk+ Devel Mailing List" <gtk-app-devel-list gnome org>
- Subject: Re: Hboxes
- Date: 27 Oct 2000 17:52:53 -0400
"Josh 'Gage'" <antgage@apk.net> writes:
> Hey guys I'm trying to use Horizontal Boxes for widget organization, yet I
> cant seem to get it to work, nothing shows up in the window. Here's the
> file in question, dont worry it's not too big, real easy to find the hbox
> relationship:)
You aren't showing your hbox at all. Try doing a:
gtk_widget_show_all (windowMain);
and you will show all of it's children. Alternately, you can do a:
gtk_widget_show (box1);
and get the same effect.
-Jonathan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]