Diff of /trunk/src/misc.h

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

revision 138 by harbaum, Tue Oct 20 13:25:04 2009 UTC revision 212 by harbaum, Wed Nov 25 13:52:17 2009 UTC
# Line 69  float lat_get(GtkWidget *widget); Line 69  float lat_get(GtkWidget *widget);
69  float lon_get(GtkWidget *widget);  float lon_get(GtkWidget *widget);
70  float dist_get(GtkWidget *widget, gboolean mil);  float dist_get(GtkWidget *widget, gboolean mil);
71    
72    GtkWidget *left_label_new(char *str);
73    
74  #ifndef USE_MAEMO  #ifndef USE_MAEMO
75  #ifdef ENABLE_BROWSER_INTERFACE  #ifdef ENABLE_BROWSER_INTERFACE
76  extern int browser_url(appdata_t *appdata, char *url);  extern int browser_url(appdata_t *appdata, char *url);
# Line 82  GtkWidget *link_button_by_id(appdata_t * Line 84  GtkWidget *link_button_by_id(appdata_t *
84                               const char *type, int id);                               const char *type, int id);
85  GtkWidget *link_icon_button_by_id(appdata_t *appdata, GtkWidget *icon,  GtkWidget *link_icon_button_by_id(appdata_t *appdata, GtkWidget *icon,
86                               const char *type, int id);                               const char *type, int id);
87    GtkWidget *simple_text_widget(char *text);
88    
89    GtkWidget *coo_popup(appdata_t *appdata, GtkWidget *lat_entry, GtkWidget *lon_entry);
90    GtkWidget *entry_new(void);
91    
92  #endif // MISC_H  #endif // MISC_H

Legend:
Removed from v.138  
changed lines
  Added in v.212