aboutsummaryrefslogtreecommitdiffstats
path: root/src/c-main-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c-main-window.h')
-rw-r--r--src/c-main-window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/c-main-window.h b/src/c-main-window.h
index 29af0f5..2b9ea1c 100644
--- a/src/c-main-window.h
+++ b/src/c-main-window.h
@@ -45,9 +45,11 @@ struct _CMainWindow
GtkTreeIter iter;
GtkListStore *store;
+ GtkTreeSelection *selection;
GtkWidget *add_button;
GtkWidget *remove_button;
+ GtkWidget *edit_button;
};
GType c_main_window_get_type(void);
@@ -56,6 +58,7 @@ GtkWidget *c_main_window_new(void);
void c_main_window_load(CMainWindow *self);
void c_main_window_add_line(CMainWindow *window,
+ gint id,
const gchar *name,
gint current_qty,
gint total_qty);