2013-03-17 19:33:51 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-03-20 22:19:30 +01:00
|
|
|
<!-- Generated with glade 3.21.0 -->
|
2010-01-22 21:17:59 +01:00
|
|
|
<interface>
|
2017-10-03 00:02:45 +02:00
|
|
|
<requires lib="gtk+" version="3.20"/>
|
2017-10-03 13:08:06 +02:00
|
|
|
<object class="GtkMenu" id="formattings_menu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="bold">
|
|
|
|
<property name="name">bold</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Bold</property>
|
|
|
|
<signal name="activate" handler="on_formatting_menuitem_activate" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="italic">
|
|
|
|
<property name="name">italic</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Italic</property>
|
|
|
|
<signal name="activate" handler="on_formatting_menuitem_activate" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="underline">
|
|
|
|
<property name="name">underline</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Underline</property>
|
|
|
|
<signal name="activate" handler="on_formatting_menuitem_activate" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="strike">
|
|
|
|
<property name="name">strike</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Strike</property>
|
|
|
|
<signal name="activate" handler="on_formatting_menuitem_activate" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="color">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Color</property>
|
|
|
|
<signal name="activate" handler="on_color_menuitem_activate" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="font">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Font</property>
|
|
|
|
<signal name="activate" handler="on_font_menuitem_activate" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="clear_formatting">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Clear formatting</property>
|
|
|
|
<signal name="activate" handler="on_clear_formatting_menuitem_activate" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2015-08-21 22:02:30 +02:00
|
|
|
<object class="GtkBox" id="groupchat_control_hbox">
|
2010-01-22 21:17:59 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
2015-08-21 22:02:30 +02:00
|
|
|
<object class="GtkBox" id="groupchat_control_vbox">
|
2010-10-27 11:39:45 +02:00
|
|
|
<property name="can_focus">True</property>
|
2016-10-04 18:50:59 +02:00
|
|
|
<property name="margin_left">7</property>
|
|
|
|
<property name="margin_right">7</property>
|
|
|
|
<property name="margin_top">5</property>
|
|
|
|
<property name="margin_bottom">7</property>
|
2015-08-21 22:02:30 +02:00
|
|
|
<property name="orientation">vertical</property>
|
2016-10-04 18:50:59 +02:00
|
|
|
<property name="spacing">5</property>
|
2010-01-22 21:17:59 +01:00
|
|
|
<child>
|
2017-10-03 13:08:06 +02:00
|
|
|
<object class="GtkPaned" id="hpaned">
|
2010-01-22 21:17:59 +01:00
|
|
|
<property name="visible">True</property>
|
2017-10-03 13:08:06 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="position">495</property>
|
|
|
|
<property name="position_set">True</property>
|
2018-03-23 00:41:15 +01:00
|
|
|
<signal name="button-release-event" handler="_on_hpaned_release_button" swapped="no"/>
|
|
|
|
<signal name="notify::position" handler="_on_hpaned_handle_change" swapped="no"/>
|
2010-01-22 21:17:59 +01:00
|
|
|
<child>
|
2017-10-03 13:08:06 +02:00
|
|
|
<object class="GtkBox" id="gc_textviews_vbox">
|
|
|
|
<property name="width_request">0</property>
|
2010-01-22 21:17:59 +01:00
|
|
|
<property name="visible">True</property>
|
2013-03-17 19:33:51 +01:00
|
|
|
<property name="can_focus">False</property>
|
2017-10-03 13:08:06 +02:00
|
|
|
<property name="margin_right">4</property>
|
|
|
|
<property name="orientation">vertical</property>
|
2010-01-22 21:17:59 +01:00
|
|
|
<child>
|
2017-10-03 13:08:06 +02:00
|
|
|
<object class="GtkEventBox" id="banner_eventbox">
|
|
|
|
<property name="name">GroupChatControl-BannerEventBox</property>
|
2015-09-20 18:18:35 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2010-01-22 21:17:59 +01:00
|
|
|
<child>
|
2017-10-03 13:08:06 +02:00
|
|
|
<object class="GtkBox" id="hbox3024">
|
2010-01-22 21:17:59 +01:00
|
|
|
<property name="visible">True</property>
|
2013-03-17 19:33:51 +01:00
|
|
|
<property name="can_focus">False</property>
|
2017-10-03 13:08:06 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="gc_banner_status_image">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-missing-image</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="padding">5</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="banner_name_label">
|
|
|
|
<property name="name">GroupChatControl-BannerNameLabel</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label"><span weight="heavy" size="large">room jid</span></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="selectable">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkActionBar" id="banner_actionbar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<style>
|
|
|
|
<class name="actionbar-no-border"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 21:17:59 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-03-01 22:47:01 +01:00
|
|
|
<style>
|
|
|
|
<class name="gajim-banner"/>
|
|
|
|
</style>
|
2010-01-22 21:17:59 +01:00
|
|
|
</object>
|
2015-09-20 18:18:35 +02:00
|
|
|
<packing>
|
2017-10-03 13:08:06 +02:00
|
|
|
<property name="expand">False</property>
|
2015-09-20 18:18:35 +02:00
|
|
|
<property name="fill">True</property>
|
2017-10-03 13:08:06 +02:00
|
|
|
<property name="position">0</property>
|
2015-09-20 18:18:35 +02:00
|
|
|
</packing>
|
2010-01-22 21:17:59 +01:00
|
|
|
</child>
|
2017-10-30 21:53:29 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<style>
|
|
|
|
<class name="chatcontrol-separator-top"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-06-27 23:09:07 +02:00
|
|
|
<child>
|
2010-10-27 11:39:45 +02:00
|
|
|
<object class="GtkScrolledWindow" id="conversation_scrolledwindow">
|
|
|
|
<property name="width_request">200</property>
|
|
|
|
<property name="height_request">60</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">in</property>
|
2017-10-30 23:00:44 +01:00
|
|
|
<property name="overlay_scrolling">False</property>
|
2018-03-20 22:19:30 +01:00
|
|
|
<signal name="edge-reached" handler="_on_edge_reached" swapped="no"/>
|
|
|
|
<signal name="scroll-event" handler="_on_scroll" swapped="no"/>
|
2010-10-27 11:39:45 +02:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2017-10-03 13:08:06 +02:00
|
|
|
<style>
|
|
|
|
<class name="scrolled-no-border"/>
|
2017-10-30 23:00:44 +01:00
|
|
|
<class name="no-scroll-indicator"/>
|
|
|
|
<class name="scrollbar-style"/>
|
2017-10-03 13:08:06 +02:00
|
|
|
</style>
|
2010-10-27 11:39:45 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
2013-03-17 19:33:51 +01:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2017-10-30 21:53:29 +01:00
|
|
|
<property name="position">2</property>
|
2017-10-03 13:08:06 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<style>
|
|
|
|
<class name="chatcontrol-separator"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2017-10-30 21:53:29 +01:00
|
|
|
<property name="position">3</property>
|
2010-10-27 11:39:45 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-05-07 14:02:11 +02:00
|
|
|
<object class="GtkBox" id="hbox">
|
2010-10-27 11:39:45 +02:00
|
|
|
<property name="visible">True</property>
|
2017-05-07 14:02:11 +02:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
2017-10-03 03:12:31 +02:00
|
|
|
<child>
|
2018-01-28 11:46:36 +01:00
|
|
|
<object class="GtkMenuButton" id="settings_menu">
|
2017-10-03 03:12:31 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="relief">none</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="icon_name">open-menu-symbolic</property>
|
2017-10-03 03:12:31 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<style>
|
2017-10-03 13:08:06 +02:00
|
|
|
<class name="chatcontrol-actionbar-button"/>
|
2017-10-03 03:12:31 +02:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="pack_type">end</property>
|
2017-10-03 03:12:31 +02:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-01-28 11:46:36 +01:00
|
|
|
<object class="GtkButton" id="authentication_button">
|
2017-10-03 00:15:30 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="no_show_all">True</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
<property name="relief">none</property>
|
|
|
|
<child>
|
2018-01-28 11:46:36 +01:00
|
|
|
<object class="GtkImage" id="lock_image">
|
2017-10-03 00:15:30 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="stock">gtk-dialog-authentication</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
<property name="icon_size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-10-03 13:08:06 +02:00
|
|
|
<style>
|
|
|
|
<class name="chatcontrol-actionbar-button"/>
|
|
|
|
</style>
|
2017-10-03 00:15:30 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="pack_type">end</property>
|
2017-10-03 03:12:31 +02:00
|
|
|
<property name="position">1</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-01-28 11:46:36 +01:00
|
|
|
<object class="GtkMenuButton" id="encryption_menu">
|
|
|
|
<property name="visible">True</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2018-03-25 16:26:29 +02:00
|
|
|
<property name="tooltip_text" translatable="yes">Choose encryption</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
<property name="relief">none</property>
|
|
|
|
<child>
|
2017-10-27 20:46:48 +02:00
|
|
|
<placeholder/>
|
2017-10-03 00:15:30 +02:00
|
|
|
</child>
|
2017-10-03 13:08:06 +02:00
|
|
|
<style>
|
|
|
|
<class name="chatcontrol-actionbar-button"/>
|
|
|
|
</style>
|
2017-10-03 00:15:30 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="fill">True</property>
|
2017-10-03 13:08:06 +02:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">2</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-01-28 11:46:36 +01:00
|
|
|
<object class="GtkButton" id="sendfile_button">
|
2017-10-03 00:15:30 +02:00
|
|
|
<property name="visible">True</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="relief">none</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">mail-attachment-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<style>
|
|
|
|
<class name="chatcontrol-actionbar-button"/>
|
|
|
|
</style>
|
2017-10-03 00:15:30 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">3</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-01-28 11:46:36 +01:00
|
|
|
<object class="GtkMenuButton" id="emoticons_button">
|
2017-10-03 00:15:30 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="tooltip_text" translatable="yes">Show a list of emoticons (Alt+M)</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
<property name="relief">none</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="icon_name">face-smile-symbolic</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-10-03 13:08:06 +02:00
|
|
|
<style>
|
|
|
|
<class name="chatcontrol-actionbar-button"/>
|
|
|
|
</style>
|
2017-10-03 00:15:30 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="position">4</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
2017-12-27 13:17:13 +01:00
|
|
|
<child>
|
2018-01-28 11:46:36 +01:00
|
|
|
<object class="GtkMenuButton" id="formattings_button">
|
2017-12-27 13:17:13 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
<property name="receives_default">True</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
|
|
<property name="has_tooltip">True</property>
|
2017-12-27 13:17:13 +01:00
|
|
|
<property name="relief">none</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="popup">formattings_menu</property>
|
2017-12-27 13:17:13 +01:00
|
|
|
<child>
|
2018-01-28 11:46:36 +01:00
|
|
|
<object class="GtkImage" id="image10">
|
2017-12-27 13:17:13 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="icon_name">format-text-bold-symbolic</property>
|
|
|
|
<property name="icon_size">1</property>
|
2017-12-27 13:17:13 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<style>
|
|
|
|
<class name="chatcontrol-actionbar-button"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2018-01-28 11:46:36 +01:00
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="label_selector">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">7</property>
|
2017-12-27 13:17:13 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
2017-10-03 00:15:30 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2017-10-03 13:08:06 +02:00
|
|
|
<property name="fill">False</property>
|
2017-10-30 21:53:29 +01:00
|
|
|
<property name="position">4</property>
|
2017-10-03 00:15:30 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
2010-06-27 23:09:07 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-03-23 00:41:15 +01:00
|
|
|
<property name="resize">True</property>
|
2010-10-27 11:39:45 +02:00
|
|
|
<property name="shrink">False</property>
|
2010-06-27 23:09:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-27 11:39:45 +02:00
|
|
|
<object class="GtkScrolledWindow" id="list_scrolledwindow">
|
|
|
|
<property name="width_request">100</property>
|
2010-06-27 23:09:07 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2018-03-23 00:41:15 +01:00
|
|
|
<property name="no_show_all">True</property>
|
2016-10-04 18:50:59 +02:00
|
|
|
<property name="margin_left">4</property>
|
2017-10-30 23:00:44 +01:00
|
|
|
<property name="margin_bottom">5</property>
|
2010-06-27 23:09:07 +02:00
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
2010-10-27 11:39:45 +02:00
|
|
|
<object class="GtkTreeView" id="list_treeview">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">1</property>
|
|
|
|
<property name="headers_visible">False</property>
|
2015-08-21 22:02:30 +02:00
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
|
|
|
</child>
|
2010-10-27 11:39:45 +02:00
|
|
|
</object>
|
2010-06-27 23:09:07 +02:00
|
|
|
</child>
|
2017-10-03 13:08:06 +02:00
|
|
|
<style>
|
|
|
|
<class name="scrolled-no-border"/>
|
2017-10-30 23:00:44 +01:00
|
|
|
<class name="no-scroll-indicator"/>
|
2017-10-03 13:08:06 +02:00
|
|
|
</style>
|
2010-06-27 23:09:07 +02:00
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-27 11:39:45 +02:00
|
|
|
<property name="resize">False</property>
|
|
|
|
<property name="shrink">False</property>
|
2010-06-27 23:09:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2013-03-17 19:33:51 +01:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2010-10-27 11:39:45 +02:00
|
|
|
<property name="position">1</property>
|
2010-06-27 23:09:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 21:17:59 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2013-03-17 19:33:51 +01:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2010-10-27 11:39:45 +02:00
|
|
|
<property name="position">0</property>
|
2010-01-22 21:17:59 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|