aboutsummarylogtreecommitdiffstats
path: root/gtk_win.h
diff options
context:
space:
mode:
authorAntony Kellermann2018-08-22 10:34:41 -0400
committerAntony Kellermann2018-08-22 10:34:41 -0400
commit5fbc048c4449a22b5b7b9338680c5ef736af0aa2 (patch)
tree76408c0c967dfb9fcdba891e4860bc09e8fffec5 /gtk_win.h
parentba1aad0d899415794aad7580356f89e1a4d7ef4c (diff)
downloadaur-5fbc048c4449a22b5b7b9338680c5ef736af0aa2.tar.gz
Basic info support for gtk
Diffstat (limited to 'gtk_win.h')
-rw-r--r--gtk_win.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk_win.h b/gtk_win.h
index 9d3d10b03de6..8b8746807bbf 100644
--- a/gtk_win.h
+++ b/gtk_win.h
@@ -161,6 +161,11 @@ void on_check_window_destroy(void);
*/
void on_column_clicked(GtkTreeViewColumn* column, GtkListStore* list_store);
+void on_check_tree_view_row_activated(GtkTreeView* tree_view, GtkTreePath* path,
+ GtkTreeViewColumn* column);
+
+void on_info_back_button_clicked(GtkButton* button);
+
/** UTILS **/
/**
@@ -182,6 +187,12 @@ void list_store_sort(GtkListStore* list_store, Col_Index idx);
*/
void list_store_update(void);
+void info_pane_populate_all(const Info* pInfo);
+
+void info_pane_populate_header(const Info* pInfo);
+
+void info_pane_populate_company(const Info* pInfo);
+
/**
* Shows a generic message dialog.
* @param message the message to show