00001 00005 #if !defined(_GTK_BUDGET_H_) 00006 #define _GTK_BUDGET_H_ 00007 #include <gtk/gtk.h> 00008 00009 #if defined(__cplusplus) 00010 extern "C" { 00011 #endif 00012 00013 void ViewBudget(GtkWidget *w, gpointer data); 00014 void UIUpdateBudget(void); 00015 00016 #if defined(__cplusplus) 00017 } 00018 #endif 00019 00020 #endif /* _GTK_BUDGET_H_ */