interface.h

Go to the documentation of this file.
00001 
00004 #ifndef __INTERFACE_H__
00005 #define __INTERFACE_H__
00006 
00007 #include <gtk/gtk.h>
00008 
00012 enum {
00013         COL_BOOKMARK = 0,
00014         COL_LINE,
00015         NUM_COLS
00016 } ;
00017 
00018 GtkWidget* create_window(void);
00019 GtkWidget* create_about (void);
00020 
00021 
00022 #endif

Generated on Wed Nov 30 21:04:23 2005 for RFC Reader by  doxygen 1.4.5