Re:GtkPaned Widget



Hi, 
you could use the following code after you created your GtkPaned widget,
then the handle will occupy the whole splitter area,i don't know if this is what you want.
Hope it works!
vpaned1= gtk_vpaned_new();
gtk_style_set_prop_experimental(GTK_WIDGET (vpaned1)->style,
 "GtkPaned::handle_full_size",
 TRUE);


From: Ian King 
To: gtk-list gnome org 
Subject: GtkPaned Widget
Sent: Tue Dec 04 03:38:35 CST 2001

> Hi,
> 
> Does anyone know how to make the splitter widget (the little box that
> allows the panes to be resized) to be take up the whole space of the
> splitter area, so that it resembles something along the lines of a
> Windows paned widget.  The gtk theme on my Ximian Gnome desktop
> (Raleigh) allows for this and I was wondering how I could emulate this
> in code without using external styles.
> 
> Thanks for your time
> 
> Ian King
> 
> 
> 
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list




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