mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add Gtk dialog to select the dives tags for which dives are shown
This literally just creates the dialog and does not hook things up with the dive list. The idea is to abstract out the idea behind the invalid dives to allow the user to select / deselect all kinds of dives and then do statistics on the selected ones. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e4a31e1e41
commit
2aabcf398a
2 changed files with 35 additions and 0 deletions
1
dive.h
1
dive.h
|
@ -52,6 +52,7 @@
|
|||
#define DTAG_NR 19
|
||||
/* defined in statistics.c */
|
||||
extern char *dtag_names[DTAG_NR];
|
||||
extern int dtag_shown[DTAG_NR];
|
||||
|
||||
/*
|
||||
* Some silly typedefs to make our units very explicit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue