Re: window size



>it's possible to create a window with a minimum width without caring
>about the height? 
>The height should be specified by the number of widgets packed in it.

gtk_widget_set_usize (window, minimum_width, -1);

--p



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]