diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-17 09:10:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-17 15:54:36 +0200 |
commit | 5b84e83d08f36c277e70668dd775406a09f98c93 (patch) | |
tree | 9d68b8d00d7bdad3c6edb29f5da498595e886f0a /cui/uiconfig | |
parent | 156a813d88a91e3f4a9ad4c940016a0e61eb5410 (diff) |
weld SvxHlinkDlgMarkWnd
Change-Id: I8aacfc54592074c976530fa9d1dbf860c1fb0ad4
Reviewed-on: https://gerrit.libreoffice.org/74155
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/hyperlinkmarkdialog.ui | 98 |
1 files changed, 85 insertions, 13 deletions
diff --git a/cui/uiconfig/ui/hyperlinkmarkdialog.ui b/cui/uiconfig/ui/hyperlinkmarkdialog.ui index f6917aedacf4..439cd927239c 100644 --- a/cui/uiconfig/ui/hyperlinkmarkdialog.ui +++ b/cui/uiconfig/ui/hyperlinkmarkdialog.ui @@ -1,13 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.22.1 --> <interface domain="cui"> <requires lib="gtk+" version="3.18"/> - <requires lib="LibreOffice" version="1.0"/> + <object class="GtkTreeStore" id="liststore1"> + <columns> + <!-- column-name expander --> + <column type="GdkPixbuf"/> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> <object class="GtkDialog" id="HyperlinkMark"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="hyperlinkmarkdialog|HyperlinkMark">Target in Document</property> + <property name="default_width">0</property> + <property name="default_height">0</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -18,7 +32,7 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="apply"> + <object class="GtkButton" id="ok"> <property name="label" translatable="yes" context="hyperlinkmarkdialog|apply">_Apply</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -56,19 +70,77 @@ </packing> </child> <child> - <object class="cuilo-SvxHlmarkTreeLBox" id="TreeListBox:border"> + <object class="GtkBox"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> + <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <child internal-child="selection"> - <object class="GtkTreeSelection" id="Tree List-selection1"/> + <property name="orientation">vertical</property> + <child> + <object class="GtkScrolledWindow"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="shadow_type">in</property> + <child> + <object class="GtkTreeView" id="TreeListBox"> + <property name="width_request">-1</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="model">liststore1</property> + <property name="headers_visible">False</property> + <property name="search_column">1</property> + <property name="enable_tree_lines">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="Macro Library List-selection1"/> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn2"> + <property name="spacing">6</property> + <child> + <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/> + <attributes> + <attribute name="pixbuf">0</attribute> + </attributes> + </child> + <child> + <object class="GtkCellRendererText" id="cellrenderertext2"/> + <attributes> + <attribute name="text">1</attribute> + </attributes> + </child> + </object> + </child> + <child internal-child="accessible"> + <object class="AtkObject"> + <property name="AtkObject::accessible-name" translatable="yes" context="hyperlinkmarkdialog|TreeListBox-atkobject">Mark Tree</property> + </object> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> </child> - <child internal-child="accessible"> - <object class="AtkObject" id="TreeListBox:border-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="hyperlinkmarkdialog|TreeListBox-atkobject">Mark Tree</property> + <child> + <object class="GtkLabel" id="error"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> </child> </object> <packing> @@ -80,8 +152,8 @@ </object> </child> <action-widgets> - <action-widget response="101">apply</action-widget> - <action-widget response="-7">close</action-widget> + <action-widget response="101">ok</action-widget> + <action-widget response="-6">close</action-widget> </action-widgets> </object> </interface> |