summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-08-31 18:30:42 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-08-31 18:30:42 -0700
commit23c6a42b084fbd1affbf7cc1b3f5e94fb15d3a92 (patch)
treeb242b461a5ae6a931b8e230405b27f9e1a66f970 /display.h
parent3d01a5f71a29a8b7ce2a3648130660dabe62fae9 (diff)
downloadsubsurface-23c6a42b084fbd1affbf7cc1b3f5e94fb15d3a92.tar.gz
Make the main display saner
This tweaks: - packing to be what you'd kind of expect - makes the "summary info" always visible - the "extended info" is now on a notebook page of its own - dive profile the first notebook page, since the summary information is visible regardless. which all just seems a lot more logical. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'display.h')
-rw-r--r--display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.h b/display.h
index 8f972e358..f336bd5ec 100644
--- a/display.h
+++ b/display.h
@@ -10,6 +10,7 @@ extern int selected_dive;
extern GtkWidget *dive_profile_frame(void);
extern GtkWidget *dive_info_frame(void);
+extern GtkWidget *extended_dive_info_frame(void);
extern GtkWidget *create_dive_list(void);
extern void update_dive_info(struct dive *dive);
extern void repaint_dive(void);