00001 00005 #include <gtk/gtk.h> 00006 00007 #if !defined(_UIBITS_H) 00008 #define _UIBITS_H 00009 00010 #if defined(__cplusplus) 00011 extern "C" { 00012 #endif 00013 00019 GtkWidget *create_right_label(char *string); 00020 00026 GtkWidget *create_left_label(char *s); 00027 00028 #if defined(__cplusplus) 00029 } 00030 #endif 00031 00032 #endif