mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
builder test: Update notebooks
This commit is contained in:
parent
7d69430ebd
commit
27f008de44
@ -772,23 +772,31 @@ test_notebook (void)
|
||||
"<interface>"
|
||||
" <object class=\"GtkNotebook\" id=\"notebook1\">"
|
||||
" <child>"
|
||||
" <object class=\"GtkLabel\" id=\"label1\">"
|
||||
" <property name=\"label\">label1</property>"
|
||||
" </object>"
|
||||
" </child>"
|
||||
" <child type=\"tab\">"
|
||||
" <object class=\"GtkLabel\" id=\"tablabel1\">"
|
||||
" <property name=\"label\">tab_label1</property>"
|
||||
" <object class=\"GtkNotebookPage\">"
|
||||
" <property name=\"child\">"
|
||||
" <object class=\"GtkLabel\" id=\"label1\">"
|
||||
" <property name=\"label\">label1</property>"
|
||||
" </object>"
|
||||
" </property>"
|
||||
" <property name=\"tab\">"
|
||||
" <object class=\"GtkLabel\" id=\"tablabel1\">"
|
||||
" <property name=\"label\">tab_label1</property>"
|
||||
" </object>"
|
||||
" </property>"
|
||||
" </object>"
|
||||
" </child>"
|
||||
" <child>"
|
||||
" <object class=\"GtkLabel\" id=\"label2\">"
|
||||
" <property name=\"label\">label2</property>"
|
||||
" </object>"
|
||||
" </child>"
|
||||
" <child type=\"tab\">"
|
||||
" <object class=\"GtkLabel\" id=\"tablabel2\">"
|
||||
" <property name=\"label\">tab_label2</property>"
|
||||
" <object class=\"GtkNotebookPage\">"
|
||||
" <property name=\"child\">"
|
||||
" <object class=\"GtkLabel\" id=\"label2\">"
|
||||
" <property name=\"label\">label2</property>"
|
||||
" </object>"
|
||||
" </property>"
|
||||
" <property name=\"tab\">"
|
||||
" <object class=\"GtkLabel\" id=\"tablabel2\">"
|
||||
" <property name=\"label\">tab_label2</property>"
|
||||
" </object>"
|
||||
" </property>"
|
||||
" </object>"
|
||||
" </child>"
|
||||
" </object>"
|
||||
|
Loading…
Reference in New Issue
Block a user