mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch 'gps-map-input'
Add ability to pick GPS coordinates of dive locations from a map widget.
This commit is contained in:
commit
24f1403831
5 changed files with 136 additions and 24 deletions
|
@ -71,6 +71,7 @@ extern GtkWidget *weightsystem_list_widget(int w_idx);
|
|||
|
||||
extern GtkWidget *dive_list_create(void);
|
||||
extern void dive_list_destroy(void);
|
||||
extern GdkPixbuf *get_gps_icon(void);
|
||||
|
||||
/* Helper functions for gtk combo boxes */
|
||||
extern GtkEntry *get_entry(GtkComboBox *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue