Re: GtkPaned Widget



<zonghualiuzcn sohu com> writes:
> 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);

That's an internal/unsupported/experimental function, though.  It's
not present in much of the 1.2.x series, and Eiffel bindings should
not be wrapping it. Ergo "fragile hack"

Havoc



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