Diff of /trunk/src/misc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 230 by harbaum, Tue Dec 1 20:03:51 2009 UTC revision 231 by harbaum, Mon Dec 7 16:14:50 2009 UTC
# Line 104  GtkWidget *link_icon_button_by_id(appdat Line 104  GtkWidget *link_icon_button_by_id(appdat
104                               const char *type, int id);                               const char *type, int id);
105  GtkWidget *simple_text_widget(char *text);  GtkWidget *simple_text_widget(char *text);
106    
107    /* convenience-addons for the lat/lon entries */
108  GtkWidget *preset_coordinate_picker(appdata_t *appdata, GtkWidget *lat_entry, GtkWidget *lon_entry);  GtkWidget *preset_coordinate_picker(appdata_t *appdata, GtkWidget *lat_entry, GtkWidget *lon_entry);
109    GtkWidget *goto_coordinate(appdata_t *appdata, GtkWidget *lat_entry, GtkWidget *lon_entry);
110    
111  GtkWidget *entry_new(void);  GtkWidget *entry_new(void);
112    

Legend:
Removed from v.230  
changed lines
  Added in v.231