First (broken) try at actually tracking cylinder types

This doesn't actually change the cylinder type info in the dive, because
it's too broken for that.  Instead it prints out what it would change
things to.

The gtk2 notion of text input focus is *really* odd.  Why is the
cylinder type sometimes selected, and sometimes not?

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-09-09 19:46:53 -07:00
parent 067506038a
commit 8f12eed9e0
2 changed files with 121 additions and 5 deletions

View file

@ -5,6 +5,8 @@
#include <gdk/gdk.h>
#include <cairo.h>
extern GtkWidget *main_window;
extern GtkWidget *dive_profile_widget(void);
extern GtkWidget *dive_info_frame(void);
extern GtkWidget *extended_dive_info_widget(void);