Bug 576254 - <object> requires attribute "id"
2009-03-23 Hiroyuki Ikezoe <poincare@ikezoe.net> Bug 576254 - <object> requires attribute "id" * docs/reference/gtk/tmpl/gtkdialog.sgml: Add id attribute to GtkBuilder UI sample. svn path=/trunk/; revision=22580
This commit is contained in:
committed by
Hiroyuki Ikezoe
parent
6b41d44670
commit
cd96bd0209
@ -120,9 +120,9 @@ is the id of widget (which should be a child of the dialogs @action_area).
|
||||
<programlisting><![CDATA[
|
||||
<object class="GtkDialog" id="dialog1">
|
||||
<child internal-child="vbox">"
|
||||
<object class="GtkVBox">
|
||||
<object class="GtkVBox" id="vbox">
|
||||
<child internal-child="action_area">
|
||||
<object class="GtkHButtonBox">
|
||||
<object class="GtkHButtonBox" id="button_box">
|
||||
<child>
|
||||
<object class="GtkButton" id="button_cancel"/>
|
||||
</child>
|
||||
|
||||
Reference in New Issue
Block a user