window: Disable selection when panel list is folded

When the panel list is folded, either the panel items list or the
panel itself is shown, not both.  And when the list is shown it
doesn’t mean anything for an item to be marked as selected.
This commit is contained in:
Mohammed Sadiq 2019-07-25 21:48:35 +05:30 committed by Georges Basile Stavracas Neto
parent c6d5df7d27
commit 661df1b683
4 changed files with 43 additions and 0 deletions

View file

@ -73,6 +73,9 @@ void cc_panel_list_set_panel_visibility (CcPanelList
void cc_panel_list_add_sidebar_widget (CcPanelList *self,
GtkWidget *widget);
void cc_panel_list_set_selection_mode (CcPanelList *self,
GtkSelectionMode selection_mode);
G_END_DECLS
#endif /* CC_PANEL_LIST_H */