summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-11-19 11:47:04 -0800
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-11-19 11:47:04 -0800
commit9f500ec8dc29187a95dd6e363bae160ed68a8f40 (patch)
treeaaf49a74f10b7be79b1b0558a218e7fd84017397 /display-gtk.h
parent6f81b3636b57bac8c7c08b6ca28b794b14f5d11f (diff)
downloadsubsurface-9f500ec8dc29187a95dd6e363bae160ed68a8f40.tar.gz
Add the cylinder list to the dive info edit dialog
This way, when you have a new dive that you just imported from your dive computer, you can just double-click on the dive and fill out all the relevant information: location, notes, buddies and cylinder info. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h
index 3f1ff0dd6..56fd5c4d9 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -34,6 +34,7 @@ extern GtkWidget *dive_info_frame(void);
extern GtkWidget *extended_dive_info_widget(void);
extern GtkWidget *equipment_widget(void);
extern GtkWidget *stats_widget(void);
+extern GtkWidget *cylinder_list_widget(void);
extern GtkWidget *dive_list_create(void);