aboutsummaryrefslogtreecommitdiffstats
path: root/src/c-edit-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c-edit-window.h')
-rw-r--r--src/c-edit-window.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/c-edit-window.h b/src/c-edit-window.h
index e017841..e63d30e 100644
--- a/src/c-edit-window.h
+++ b/src/c-edit-window.h
@@ -42,11 +42,17 @@ struct _CEditWindowClass
struct _CEditWindow
{
HildonStackableWindow parent;
+
+ GtkWidget *name_label;
+ GtkWidget *have_label;
+ GtkWidget *total_label;
+
+ gint collection_id;
};
-GType c_edit_window_get_type(void);
+GType c_edit_window_get_type(void);
-GtkWidget *c_edit_window_new(void);
+GtkWidget *c_edit_window_new(gint collection_id);
G_END_DECLS