Diff of /trunk/src/misc.h

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

revision 77 by harbaum, Tue Aug 25 12:49:03 2009 UTC revision 165 by harbaum, Sun Nov 8 20:32:55 2009 UTC
# Line 76  extern int browser_url(appdata_t *appdat Line 76  extern int browser_url(appdata_t *appdat
76  #endif  #endif
77    
78  void rmdir_recursive(char *path);  void rmdir_recursive(char *path);
79    GtkWidget *link_button_attrib(appdata_t *appdata, char *str, char *url,
80                           int size, int strikethrough);
81    GtkWidget *link_button_by_id(appdata_t *appdata, char *str,
82                                 const char *type, int id);
83    GtkWidget *link_icon_button_by_id(appdata_t *appdata, GtkWidget *icon,
84                                 const char *type, int id);
85    GtkWidget *simple_text_widget(char *text);
86  #endif // MISC_H  #endif // MISC_H

Legend:
Removed from v.77  
changed lines
  Added in v.165