[Glade-devel] Setting default properties in the catalog

Tristan Van Berkom tristan.van.berkom at gmail.com
Thu Aug 3 14:52:27 EDT 2006


Jeff Westerinen wrote:

>I'm trying to set some default properties in my own widget catalog.  I
>have no problem setting the "label" or "height-request" (I just copied
>whatever was in the GTK+ catalog), but I'm unable to set the "expand"
>property.  Also, where is the definition for the catalog XML of property
>ID's and their possible default values?  
>  
>
http://gtk.org/api ofcourse ! :D

properties are documented on thier repsective widgets, each widget
also ofcourse inherits the properties of its parent.

now, which "expand" property do you speak of ? packing properties
are a little different and need to be accessed via the <child> xml
semantics, thier defaults may be set, and some widgets may also provide
preffered defaults when packed into certain containers (see 
"packing-defaults").

Cheers,
                          -Tristan



More information about the Glade-devel mailing list