diff options
Diffstat (limited to 'vcl/uiconfig/ui/menutogglebutton4.ui')
-rw-r--r-- | vcl/uiconfig/ui/menutogglebutton4.ui | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/vcl/uiconfig/ui/menutogglebutton4.ui b/vcl/uiconfig/ui/menutogglebutton4.ui new file mode 100644 index 000000000..cfecfda02 --- /dev/null +++ b/vcl/uiconfig/ui/menutogglebutton4.ui @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.38.2 --> +<interface domain="vcl"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkBox" id="box"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="hexpand">False</property> + <child> + <object class="GtkToggleButton" id="togglebutton"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="receives-default">True</property> + <property name="hexpand">True</property> + <property name="use-underline">True</property> + </object> + </child> + <child> + <object class="GtkSeparator" id="separator"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="orientation">vertical</property> + </object> + </child> + <child> + <object class="GtkButton" id="menubutton"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="icon-name">pan-down-symbolic</property> + <property name="receives-default">True</property> + </object> + </child> + <style> + <class name="linked"/> + </style> + </object> +</interface> |