diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-30 11:41:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-30 14:04:17 +0200 |
commit | 08101a1ab3b5d7c41488e93a2af518462286844f (patch) | |
tree | f0a944fb9af5fb4e064e3b274eb93872108714a7 /cui/uiconfig/ui/optlanguagespage.ui | |
parent | 30a75a8d3dcfcca2cf349d9df797ac0b1550eb5e (diff) |
weld OfaLanguagesTabPage
Change-Id: Ib0938f0c9d810c0f851dd0180093aabb4babdc19
Reviewed-on: https://gerrit.libreoffice.org/76594
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/optlanguagespage.ui')
-rw-r--r-- | cui/uiconfig/ui/optlanguagespage.ui | 84 |
1 files changed, 79 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/optlanguagespage.ui b/cui/uiconfig/ui/optlanguagespage.ui index f44e6352d596..8d49ba62aaee 100644 --- a/cui/uiconfig/ui/optlanguagespage.ui +++ b/cui/uiconfig/ui/optlanguagespage.ui @@ -2,7 +2,36 @@ <!-- Generated with glade 3.18.3 --> <interface domain="cui"> <requires lib="gtk+" version="3.18"/> - <requires lib="LibreOffice" version="1.0"/> + <object class="GtkListStore" id="liststore1"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + <!-- column-name image --> + <column type="GdkPixbuf"/> + </columns> + </object> + <object class="GtkListStore" id="liststore2"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + <!-- column-name image --> + <column type="GdkPixbuf"/> + </columns> + </object> + <object class="GtkListStore" id="liststore3"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + <!-- column-name image --> + <column type="GdkPixbuf"/> + </columns> + </object> <object class="GtkGrid" id="OptLanguagesPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -112,7 +141,7 @@ </packing> </child> <child> - <object class="svxcorelo-SvxLanguageBox" id="localesetting"> + <object class="GtkComboBoxText" id="localesetting"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> @@ -205,11 +234,26 @@ <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> - <object class="svxcorelo-SvxLanguageBox" id="westernlanguage"> + <object class="GtkComboBox" id="westernlanguage"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="hexpand">True</property> + <property name="model">liststore1</property> + <property name="entry_text_column">0</property> + <property name="id_column">1</property> + <child> + <object class="GtkCellRendererText" id="cellrenderertext1"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + <child> + <object class="GtkCellRendererPixbuf" id="cellrenderertext2"/> + <attributes> + <attribute name="pixbuf">2</attribute> + </attributes> + </child> </object> <packing> <property name="left_attach">1</property> @@ -217,11 +261,26 @@ </packing> </child> <child> - <object class="svxcorelo-SvxLanguageBox" id="asianlanguage"> + <object class="GtkComboBox" id="asianlanguage"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="hexpand">True</property> + <property name="model">liststore2</property> + <property name="entry_text_column">0</property> + <property name="id_column">1</property> + <child> + <object class="GtkCellRendererText" id="cellrenderertext1"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + <child> + <object class="GtkCellRendererPixbuf" id="cellrenderertext2"/> + <attributes> + <attribute name="pixbuf">2</attribute> + </attributes> + </child> </object> <packing> <property name="left_attach">1</property> @@ -229,11 +288,26 @@ </packing> </child> <child> - <object class="svxcorelo-SvxLanguageBox" id="complexlanguage"> + <object class="GtkComboBox" id="complexlanguage"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="hexpand">True</property> + <property name="model">liststore3</property> + <property name="entry_text_column">0</property> + <property name="id_column">1</property> + <child> + <object class="GtkCellRendererText" id="cellrenderertext1"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + <child> + <object class="GtkCellRendererPixbuf" id="cellrenderertext2"/> + <attributes> + <attribute name="pixbuf">2</attribute> + </attributes> + </child> </object> <packing> <property name="left_attach">1</property> |