Added search for packages

pull/41/head
parent bbf315f079
commit 912ea54293

@ -1332,6 +1332,8 @@ main_window *yon_main_window_complete(main_window *widgets){
yon_calendar_set_date_orientation(1);
gtk_window_set_title(GTK_WINDOW(widgets->Window),TITLE_LABEL);
gtk_tree_view_set_search_entry(GTK_TREE_VIEW(widgets->RepoFileTree),GTK_ENTRY(widgets->SearchEntry));
/* Widget registration for config monitoring | Регистрация виджетов для мониторинга конфига */
/* Localisation | Локализация */
gtk_widget_show(widgets->Window);

@ -506,6 +506,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="model">PackagesList</property>
<property name="search-column">1</property>
<property name="enable-grid-lines">both</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>

@ -299,7 +299,7 @@
<property name="can-focus">True</property>
<property name="model">RepoFileList</property>
<property name="headers-visible">False</property>
<property name="search-column">0</property>
<property name="search-column">1</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
@ -341,6 +341,7 @@
<property name="can-focus">True</property>
<property name="model">RepoFileList</property>
<property name="headers-visible">False</property>
<property name="search-column">1</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>

Loading…
Cancel
Save