Re: About the initial size of the paned window



younker <younker netease com> writes:
> I have a window which default size is (200, 200), and I put a hpaned in it, 
> I use gtk_paned_add1(GTK_PANED(paned), leftText);
> and gtk_paned_add2(GTK_PANED(paned),  rightText); to add two text widget, 
> but when the window display the two text widget is the same size.
> 
>  How can I make the text widgets different size?
> 

gtk_paned_set_position().

Havoc




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