print dialog: Rewrite example
The ui file example was still using GTK3 syntax for GtkNotebooks.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user