diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-31 18:30:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-31 18:30:42 -0700 |
commit | 23c6a42b084fbd1affbf7cc1b3f5e94fb15d3a92 (patch) | |
tree | b242b461a5ae6a931b8e230405b27f9e1a66f970 /display.h | |
parent | 3d01a5f71a29a8b7ce2a3648130660dabe62fae9 (diff) | |
download | subsurface-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |