diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-11-02 09:10:57 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-11-02 12:27:12 -0700 |
commit | 619ab9e828d4db7b0c4089018b09892c9d04ece9 (patch) | |
tree | 7f4a4c28cc9a6ea635cee24366ac01917dacfb2c /display-gtk.h | |
parent | 485b02937d8ca1f9a9043c89e74a3d2f15d6426b (diff) | |
download | subsurface-619ab9e828d4db7b0c4089018b09892c9d04ece9.tar.gz |
Add Info & Stats page to the notebook
This provides the relevant information for the currently selected dive
plus a bunch of statistics over all dives in the dive_table.
The visual design has lots of room for improvement
- right now the different fields change size
- it might be nice to have a more modern look for the entries
- the O2/He field is odd - for most divers the He value will
always be 0, so maybe we should only show He if there's at least one
dive that uses He? Also, we simply do a comma separated list of gases
for all the tanks used
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h index fb2b9af5b..3f1ff0dd6 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -33,6 +33,7 @@ extern GtkWidget *dive_profile_widget(void); 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 *dive_list_create(void); |