Diff of /trunk/src/misc.h

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

revision 137 by harbaum, Mon Oct 19 18:21:20 2009 UTC revision 165 by harbaum, Sun Nov 8 20:32:55 2009 UTC
# Line 80  GtkWidget *link_button_attrib(appdata_t Line 80  GtkWidget *link_button_attrib(appdata_t
80                         int size, int strikethrough);                         int size, int strikethrough);
81  GtkWidget *link_button_by_id(appdata_t *appdata, char *str,  GtkWidget *link_button_by_id(appdata_t *appdata, char *str,
82                               const char *type, int id);                               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.137  
changed lines
  Added in v.165