diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-26 15:09:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-26 15:16:30 +0100 |
commit | 19e664a7be70616882ffdc8f261dff1f6c3984e6 (patch) | |
tree | 695cd479ce2a70c2958f3839b8c99b44ed027265 /sw/uiconfig/swriter | |
parent | 470b5a94b866218237e04165d577728b4a4f9e42 (diff) |
convert numbering name dialog to .ui
Change-Id: I5992855dfda8d08913ab2b238f44af059c67ff73
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/numberingnamedialog.ui | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/numberingnamedialog.ui b/sw/uiconfig/swriter/ui/numberingnamedialog.ui index 22f728da4d6b..12b2b0eecc93 100644 --- a/sw/uiconfig/swriter/ui/numberingnamedialog.ui +++ b/sw/uiconfig/swriter/ui/numberingnamedialog.ui @@ -1,6 +1,41 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> + <object class="GtkListStore" id="liststore1"> + <columns> + <!-- column-name gchararray1 --> + <column type="gchararray"/> + </columns> + <data> + <row> + <col id="0" translatable="yes">Untitled 1</col> + </row> + <row> + <col id="0" translatable="yes">Untitled 2</col> + </row> + <row> + <col id="0" translatable="yes">Untitled 3</col> + </row> + <row> + <col id="0" translatable="yes">Untitled 4</col> + </row> + <row> + <col id="0" translatable="yes">Untitled 5</col> + </row> + <row> + <col id="0" translatable="yes">Untitled 6</col> + </row> + <row> + <col id="0" translatable="yes">Untitled 7</col> + </row> + <row> + <col id="0" translatable="yes">Untitled 8</col> + </row> + <row> + <col id="0" translatable="yes">Untitled 9</col> + </row> + </data> + </object> <object class="GtkDialog" id="NumberingNameDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -97,6 +132,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="model">liststore1</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection1"/> </child> |