Merge branch 'gps-map-input'

Add ability to pick GPS coordinates of dive locations from a map widget.
This commit is contained in:
Dirk Hohndel 2013-01-28 13:18:48 -08:00
commit 24f1403831
5 changed files with 136 additions and 24 deletions

View file

@ -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 *);