Diff of /trunk/src/misc.h

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

revision 243 by harbaum, Wed Dec 9 19:45:36 2009 UTC revision 244 by harbaum, Tue Dec 15 19:54:04 2009 UTC
# Line 128  GtkWidget *button_new_with_label(char *l Line 128  GtkWidget *button_new_with_label(char *l
128    
129  GtkWidget *export_file(char *sel_title, char **filename);  GtkWidget *export_file(char *sel_title, char **filename);
130    
131    GtkWidget *number_editor_new(int current, int min, int max);
132    int number_editor_get_value(GtkWidget *widget);
133    
134  #endif // MISC_H  #endif // MISC_H

Legend:
Removed from v.243  
changed lines
  Added in v.244