mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
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>
|
2007-07-02 Johan Dahlin <jdahlin@async.com.br>
|
||||||
|
|
||||||
* gtk/tmpl/gtkbuilder.sgml: Updates
|
* 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.
|
nick, integer value, optionally combined with "|", e.g.
|
||||||
"GTK_VISIBLE|GTK_REALIZED") and colors (in a format understood by
|
"GTK_VISIBLE|GTK_REALIZED") and colors (in a format understood by
|
||||||
gdk_color_parse()). Objects can be referred to by their name.
|
gdk_color_parse()). Objects can be referred to by their name.
|
||||||
GtkBuilder allows forward references to objects — an object
|
In general, GtkBuilder allows forward references to objects —
|
||||||
doesn't have to constructed before it can be used as a property value.
|
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>
|
||||||
<para>
|
<para>
|
||||||
Signal handlers are set up with the <signal> element.
|
Signal handlers are set up with the <signal> element.
|
||||||
|
Loading…
Reference in New Issue
Block a user