Diff of /trunk/src/misc.h

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

revision 156 by harbaum, Wed Apr 1 12:47:35 2009 UTC revision 167 by harbaum, Mon Apr 27 11:29:55 2009 UTC
# Line 51  gboolean yes_no_f(GtkWidget *parent, Line 51  gboolean yes_no_f(GtkWidget *parent,
51  char *find_file(char *name);  char *find_file(char *name);
52  file_chain_t *file_scan(char *pattern);  file_chain_t *file_scan(char *pattern);
53    
54    /* dialog size are specified rather fuzzy */
55    #define MISC_DIALOG_NOSIZE  -1
56    #define MISC_DIALOG_SMALL    0
57    #define MISC_DIALOG_MEDIUM   1
58    #define MISC_DIALOG_LARGE    2
59    #define MISC_DIALOG_WIDE     3
60    #define MISC_DIALOG_HIGH     4
61    
62    GtkWidget *misc_dialog_new(guint hint, const char *title, GtkWindow *parent, ...);
63    
64  #endif // MISC_H  #endif // MISC_H

Legend:
Removed from v.156  
changed lines
  Added in v.167