Re: Hboxes



"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]