// generated by Fast Light User Interface Designer (fluid) version 2,0003 #ifndef logoutdialog_h #define logoutdialog_h /*#include #include #include #include #include #include #include #include */ #include #include "NLS.h" #include #include #include #include #include #include #include "icons/penguin.xpm" // which of these can be safely removed? what should be extern and // what shouldn't? extern fltk::Window* windowLogoutDialog; extern fltk::Round_Button* logoutRadioItemLogoutDialog; extern fltk::Round_Button* restartRadioItemLogoutDialog; extern fltk::Round_Button* shutdownRadioItemLogoutDialog; void LogoutFunction(fltk::Widget *, void *); extern void LogoutFunction(fltk::Button*, void*); void LogoutDialog(fltk::Widget*, void *); #endif