2019-11-23 23:36:26 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.22.1 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.20"/>
|
|
|
|
<object class="GtkWindow" id="open_list_window">
|
2019-12-12 19:47:08 +03:00
|
|
|
<property name="width_request">600</property>
|
|
|
|
<property name="height_request">500</property>
|
2019-11-23 23:36:26 +03:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="modal">True</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="default_width">800</property>
|
|
|
|
<property name="default_height">500</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar" id="list_win_header">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="show_close_button">True</property>
|
|
|
|
<child>
|
2019-12-01 16:22:43 +03:00
|
|
|
<object class="GtkButton" id="add_button">
|
2019-11-23 23:36:26 +03:00
|
|
|
<property name="label">gtk-add</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2019-12-01 16:22:43 +03:00
|
|
|
<signal name="clicked" handler="add_new_row" swapped="no"/>
|
2019-11-23 23:36:26 +03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-12-01 16:22:43 +03:00
|
|
|
<object class="GtkButton" id="edit_button">
|
2019-11-23 23:36:26 +03:00
|
|
|
<property name="label">gtk-edit</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2019-12-01 16:22:43 +03:00
|
|
|
<signal name="clicked" handler="edit_row" swapped="no"/>
|
2019-11-23 23:36:26 +03:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-12-01 16:22:43 +03:00
|
|
|
<object class="GtkButton" id="remove_button">
|
2019-11-23 23:36:26 +03:00
|
|
|
<property name="label">gtk-remove</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<property name="always_show_image">True</property>
|
2019-12-01 16:22:43 +03:00
|
|
|
<signal name="clicked" handler="remove_row" swapped="no"/>
|
2019-11-23 23:36:26 +03:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-12-01 16:22:43 +03:00
|
|
|
<object class="GtkBox">
|
2019-11-23 23:36:26 +03:00
|
|
|
<property name="visible">True</property>
|
2019-12-01 16:22:43 +03:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkViewport">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="listrecord_list">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<signal name="row-selected" handler="listrec_row_selected" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2019-11-23 23:36:26 +03:00
|
|
|
<child>
|
2019-12-01 16:22:43 +03:00
|
|
|
<object class="GtkBox">
|
2019-11-23 23:36:26 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-12-01 16:22:43 +03:00
|
|
|
<property name="margin_top">3</property>
|
|
|
|
<property name="margin_bottom">3</property>
|
2019-11-23 23:36:26 +03:00
|
|
|
<child>
|
2019-12-01 16:22:43 +03:00
|
|
|
<object class="GtkFixed">
|
2019-11-23 23:36:26 +03:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
2019-12-01 16:22:43 +03:00
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSearchEntry" id="listrecord_filter">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="primary_icon_name">edit-find-symbolic</property>
|
|
|
|
<property name="primary_icon_activatable">False</property>
|
|
|
|
<property name="primary_icon_sensitive">False</property>
|
|
|
|
<signal name="changed" handler="listrec_filter_changed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFixed">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
2019-11-23 23:36:26 +03:00
|
|
|
</child>
|
|
|
|
</object>
|
2019-12-01 16:22:43 +03:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2019-11-23 23:36:26 +03:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|