diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-05-10 15:13:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-05-10 22:27:25 +0200 |
commit | 9a8b367f5d34b59ccdba0cf9336fb1e59bc4a8e5 (patch) | |
tree | 691a72748e2f988eaa73f898d5ce441cd9c76d04 /cui | |
parent | eafc57233e90cafeee6f3c9e9ad655df5f1c3185 (diff) |
add a liststore4 to widgettestdialog.ui
Change-Id: I241675dc236867e1efc2730e70e21568910f37b4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151637
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/widgettestdialog.ui | 108 |
1 files changed, 59 insertions, 49 deletions
diff --git a/cui/uiconfig/ui/widgettestdialog.ui b/cui/uiconfig/ui/widgettestdialog.ui index 00333de38075..4bb3adc2d85c 100644 --- a/cui/uiconfig/ui/widgettestdialog.ui +++ b/cui/uiconfig/ui/widgettestdialog.ui @@ -2,6 +2,65 @@ <!-- Generated with glade 3.38.2 --> <interface domain="cui"> <requires lib="gtk+" version="3.20"/> + <object class="GtkListStore" id="liststore1"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + <data> + <row> + <col id="0" translatable="no">Test 1</col> + </row> + <row> + <col id="0" translatable="no">Test 2</col> + </row> + <row> + <col id="0" translatable="no">Test 3</col> + </row> + <row> + <col id="0" translatable="no">Test 4</col> + </row> + <row> + <col id="0" translatable="no">Test 5</col> + </row> + </data> + </object> + <object class="GtkTreeStore" id="liststore2"> + <columns> + <!-- column-name expander --> + <column type="GdkPixbuf"/> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + <!-- column-name weight --> + <column type="gint"/> + <!-- column-name sensitive --> + <column type="gboolean"/> + <!-- column-name extraindent --> + <column type="gint"/> + </columns> + </object> + <object class="GtkTreeStore" id="liststore3"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name text1 --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> + <object class="GtkListStore" id="liststore4"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> <object class="GtkDialog" id="WidgetTestDialog"> <property name="can-focus">False</property> <property name="title" translatable="yes" context="widgettestdialog|WidgetTestDialog">Test Widgets</property> @@ -613,53 +672,4 @@ t ever since the 1500s, when an unknown printer took a galley of type and scramb Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</property> </object> - <object class="GtkListStore" id="liststore1"> - <columns> - <!-- column-name gchararray1 --> - <column type="gchararray"/> - </columns> - <data> - <row> - <col id="0" translatable="no">Test 1</col> - </row> - <row> - <col id="0" translatable="no">Test 2</col> - </row> - <row> - <col id="0" translatable="no">Test 3</col> - </row> - <row> - <col id="0" translatable="no">Test 4</col> - </row> - <row> - <col id="0" translatable="no">Test 5</col> - </row> - </data> - </object> - <object class="GtkTreeStore" id="liststore2"> - <columns> - <!-- column-name expander --> - <column type="GdkPixbuf"/> - <!-- column-name text --> - <column type="gchararray"/> - <!-- column-name id --> - <column type="gchararray"/> - <!-- column-name weight --> - <column type="gint"/> - <!-- column-name sensitive --> - <column type="gboolean"/> - <!-- column-name extraindent --> - <column type="gint"/> - </columns> - </object> - <object class="GtkTreeStore" id="liststore3"> - <columns> - <!-- column-name text --> - <column type="gchararray"/> - <!-- column-name text1 --> - <column type="gchararray"/> - <!-- column-name id --> - <column type="gchararray"/> - </columns> - </object> </interface> |