2015-07-25 22:06:46 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2015-07-25 22:06:46 +00:00
|
|
|
<!-- interface-requires gtk+ 3.10 -->
|
|
|
|
<template class="GtkComboBox" parent="GtkBin">
|
|
|
|
<child>
|
2016-03-01 17:29:22 +00:00
|
|
|
<object class="GtkBox" id="box">
|
2016-03-01 18:14:30 +00:00
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
2015-07-25 22:06:46 +00:00
|
|
|
<child>
|
2016-03-01 17:29:22 +00:00
|
|
|
<object class="GtkToggleButton" id="button">
|
|
|
|
<signal name="toggled" handler="gtk_combo_box_button_toggled" swapped="no"/>
|
2015-07-28 23:12:09 +00:00
|
|
|
<child>
|
2016-03-01 17:29:22 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkIcon" id="arrow">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="css-name">arrow</property>
|
2016-03-01 17:29:22 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="pack-type">end</property>
|
2016-03-01 17:29:22 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
2015-07-28 23:12:09 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2015-07-25 22:06:46 +00:00
|
|
|
</object>
|
2016-03-01 18:14:30 +00:00
|
|
|
<packing>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="pack-type">end</property>
|
2016-03-01 18:14:30 +00:00
|
|
|
</packing>
|
2015-07-25 22:06:46 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2017-12-27 04:12:37 +00:00
|
|
|
<object class="GtkCellAreaBox" id="area"/>
|
2017-01-21 20:23:27 +00:00
|
|
|
<object class="GtkTreeMenu" id="popup_widget">
|
|
|
|
<property name="cell-area">area</property>
|
2017-12-27 04:12:37 +00:00
|
|
|
<signal name="menu-activate" handler="gtk_combo_box_menu_activate" swapped="no"/>
|
|
|
|
<signal name="key-press-event" handler="gtk_combo_box_menu_key_press" swapped="no"/>
|
|
|
|
<signal name="show" handler="gtk_combo_box_menu_show" swapped="no"/>
|
|
|
|
<signal name="hide" handler="gtk_combo_box_menu_hide" swapped="no"/>
|
2017-01-21 20:23:27 +00:00
|
|
|
</object>
|
2015-07-25 22:06:46 +00:00
|
|
|
</interface>
|