mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add new gases to the combo box in dive plan entry
Once again Gtk does everything it can to make our lives miserable. It requires major hackery to be able to add new gases to the drop down lists "on the fly". Right now this only works if you edit the gas and then use Tab to move to the next field. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b1dc9bf26d
commit
b08f51cfc6
3 changed files with 29 additions and 11 deletions
|
@ -95,6 +95,7 @@ extern void update_progressbar(progressbar_t *progress, double value);
|
|||
extern void update_progressbar_text(progressbar_t *progress, const char *text);
|
||||
|
||||
extern GtkWidget *create_date_time_widget(struct tm *time, GtkWidget **cal, GtkWidget **h, GtkWidget **m);
|
||||
extern void add_string_list_entry(const char *string, GtkListStore *list);
|
||||
|
||||
extern GtkWidget *dive_profile_widget(void);
|
||||
extern GtkWidget *dive_info_frame(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue