diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:48:35 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-12 18:31:00 +0100 |
| commit | 95f113b547f19af8715fce2e35e4d5112d5ae91b (patch) | |
| tree | 074d60a514eb780a88df8663a76b30bbcb8227e4 /libreoffice_ui/swriter/formdropdown.ui | |
| parent | ce52db77b71598ee26a025a77e4006c59c29a28d (diff) | |
| download | Ishtar-95f113b547f19af8715fce2e35e4d5112d5ae91b.tar.bz2 Ishtar-95f113b547f19af8715fce2e35e4d5112d5ae91b.zip | |
🚀 Debian package: ishtar-libreoffice
Diffstat (limited to 'libreoffice_ui/swriter/formdropdown.ui')
| -rw-r--r-- | libreoffice_ui/swriter/formdropdown.ui | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/libreoffice_ui/swriter/formdropdown.ui b/libreoffice_ui/swriter/formdropdown.ui new file mode 100644 index 000000000..ec4034e5c --- /dev/null +++ b/libreoffice_ui/swriter/formdropdown.ui @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.2 --> +<interface domain="sw"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkTreeStore" id="liststore1"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> + <object class="GtkBox" id="FormDropDown"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="orientation">vertical</property> + <property name="spacing">6</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="hscrollbar_policy">never</property> + <child> + <object class="GtkTreeView" id="list"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="vexpand">True</property> + <property name="model">liststore1</property> + <property name="headers_visible">False</property> + <property name="headers_clickable">False</property> + <property name="search_column">0</property> + <property name="show_expanders">False</property> + <property name="activate_on_single_click">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection1"/> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn1"> + <child> + <object class="GtkCellRendererText" id="cellrenderertext1"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + </object> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> +</interface> |
