Diff of /trunk/src/misc.h

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

revision 318 by harbaum, Thu Dec 17 16:54:18 2009 UTC revision 319 by harbaum, Sun Dec 20 20:15:57 2009 UTC
# Line 91  void combo_box_set_active(GtkWidget *cbo Line 91  void combo_box_set_active(GtkWidget *cbo
91  int combo_box_get_active(GtkWidget *cbox);  int combo_box_get_active(GtkWidget *cbox);
92  const char *combo_box_get_active_text(GtkWidget *cbox);  const char *combo_box_get_active_text(GtkWidget *cbox);
93  GType combo_box_type(void);  GType combo_box_type(void);
94    GType combo_box_entry_type(void);
95    
96  void misc_init(void);  void misc_init(void);
97    

Legend:
Removed from v.318  
changed lines
  Added in v.319