diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-19 09:35:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-20 13:01:27 +0200 |
commit | fb3c3b2861b6e658c260a22cc58c3f69be327b18 (patch) | |
tree | eac276e95bb0e6a2309a061fa12076cacc979f9a /vcl/uiconfig | |
parent | d8e2ad45000a08c5e5b6e028c2c8fcc69c06fd74 (diff) |
add MenuToggleButton for split toggle/menu button
which is uniquely used in the start center
Change-Id: I098e79ce34a9d99f8fb2eccb3dd04fa27e38427b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104534
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/menutogglebutton.ui | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/vcl/uiconfig/ui/menutogglebutton.ui b/vcl/uiconfig/ui/menutogglebutton.ui new file mode 100644 index 000000000000..47a72b10dd7a --- /dev/null +++ b/vcl/uiconfig/ui/menutogglebutton.ui @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.36.0 --> +<interface domain="vcl"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkBox" id="box"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <child> + <object class="GtkToggleButton" id="togglebutton"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_underline">True</property> + <property name="always_show_image">True</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="menubutton"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="always_show_image">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <style> + <class name="linked"/> + </style> + </object> +</interface> |