Add a notebook for cylinder information

Ok, so it's not connected to anything yet, and the tank choices (that
don't do anything) are some random hardcoded collection, but maybe it
will do something some day.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-09-09 08:38:48 -07:00
parent 86e48bfe10
commit 9437a6512a
4 changed files with 119 additions and 6 deletions

View file

@ -8,6 +8,7 @@
extern GtkWidget *dive_profile_widget(void);
extern GtkWidget *dive_info_frame(void);
extern GtkWidget *extended_dive_info_widget(void);
extern GtkWidget *cylinder_management_widget(void);
extern void update_dive_info(struct dive *dive);
extern void repaint_dive(void);