Diff of /trunk/src/bct.h

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

revision 127 by harbaum, Mon Sep 28 19:01:36 2009 UTC revision 128 by harbaum, Tue Sep 29 07:31:18 2009 UTC
# Line 22  Line 22 
22    
23  #include <gtk/gtk.h>  #include <gtk/gtk.h>
24    
25  GtkWidget *my_bct_new(void);  GtkWidget *bct_new(void);
26    void bct_push_text(GtkWidget *bct, const gchar *text, gpointer id, GDestroyNotify destroy);
27    
28  #endif //BCT_H  #endif //BCT_H

Legend:
Removed from v.127  
changed lines
  Added in v.128