Re: changing expand/fill pane parameters (without repacking)



> Is it possible to change the expand/fill parameters of a paned's children
> without repacking them?
> (Repacking them is a huge performance hit)

http://www.gtk.org/api/2.6/gtk/GtkPaned.html

See the "Child Properties" section.
The child gets the two properties you question about. You can set them
using g_object_set(). Atleast that is what the API says.

Stian



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