forked from AuroraMiddleware/gtk
Updates
svn path=/trunk/; revision=18342
This commit is contained in:
parent
18c26fee2d
commit
8f60b3a999
@ -1,3 +1,8 @@
|
||||
2007-07-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkbuilder.sgml: Add detail about
|
||||
ordering constraints of construct-only object properties
|
||||
|
||||
2007-07-02 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/tmpl/gtkbuilder.sgml: Updates
|
||||
|
@ -116,8 +116,10 @@ name, nick or integer value), flags (can be specified by their name,
|
||||
nick, integer value, optionally combined with "|", e.g.
|
||||
"GTK_VISIBLE|GTK_REALIZED") and colors (in a format understood by
|
||||
gdk_color_parse()). Objects can be referred to by their name.
|
||||
GtkBuilder allows forward references to objects — an object
|
||||
doesn't have to constructed before it can be used as a property value.
|
||||
In general, GtkBuilder allows forward references to objects —
|
||||
an object doesn't have to constructed before it can be referred to.
|
||||
The exception to this rule is that an object has to be constructed
|
||||
before it can be used as the value of a construct-only property.
|
||||
</para>
|
||||
<para>
|
||||
Signal handlers are set up with the <signal> element.
|
||||
|
Loading…
Reference in New Issue
Block a user