younker <[EMAIL PROTECTED]> 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

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to