mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
print dialog: Rewrite example
The ui file example was still using GTK3 syntax for GtkNotebooks.
This commit is contained in:
parent
7a29462ca6
commit
5c8a870510
@ -93,18 +93,20 @@
|
||||
* <child internal-child="notebook">
|
||||
* <object class="GtkNotebook" id="notebook">
|
||||
* <child>
|
||||
* <object class="GtkLabel" id="tabcontent">
|
||||
* <property name="label">Content on notebook tab</property>
|
||||
* </object>
|
||||
* </child>
|
||||
* <child type="tab">
|
||||
* <object class="GtkLabel" id="tablabel">
|
||||
* <property name="label">Tab label</property>
|
||||
* </object>
|
||||
* <packing>
|
||||
* <object type="GtkNotebookPage">
|
||||
* <property name="tab_expand">False</property>
|
||||
* <property name="tab_fill">False</property>
|
||||
* </packing>
|
||||
* <property name="tab">
|
||||
* <object class="GtkLabel" id="tablabel">
|
||||
* <property name="label">Tab label</property>
|
||||
* </object>
|
||||
* </property>
|
||||
* <property name="child">
|
||||
* <object class="GtkLabel" id="tabcontent">
|
||||
* <property name="label">Content on notebook tab</property>
|
||||
* </object>
|
||||
* </property>
|
||||
* </object>
|
||||
* </child>
|
||||
* </object>
|
||||
* </child>
|
||||
|
Loading…
Reference in New Issue
Block a user