You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.2KB

  1. // generated by Fast Light User Interface Designer (fluid) version 1.0300
  2. #ifndef preferences_h
  3. #define preferences_h
  4. #include <FL/Fl.H>
  5. #include <FL/Fl_Preferences.H>
  6. #include <stdio.h>
  7. extern void readPrefs();
  8. extern void writePrefs();
  9. #include <FL/Fl_Double_Window.H>
  10. extern Fl_Double_Window *myWindow;
  11. #include <FL/Fl_Button.H>
  12. #include <FL/Fl_Group.H>
  13. #include <FL/Fl_Input.H>
  14. extern Fl_Input *wAlarm;
  15. #include <FL/Fl_Choice.H>
  16. extern Fl_Choice *wAmPm;
  17. extern Fl_Choice *wWear;
  18. #include <FL/Fl_Round_Button.H>
  19. extern Fl_Round_Button *wLeft;
  20. extern Fl_Round_Button *wRight;
  21. #include <FL/Fl_Box.H>
  22. #include <FL/Fl_Check_Button.H>
  23. extern Fl_Check_Button *wShower;
  24. extern Fl_Check_Button *wShave;
  25. extern Fl_Check_Button *wBrush;
  26. extern Fl_Choice *wDrink;
  27. extern Fl_Check_Button *wMilk;
  28. extern Fl_Choice *wBread;
  29. extern Fl_Check_Button *wButter;
  30. #include <FL/Fl_Int_Input.H>
  31. extern Fl_Int_Input *wEggs;
  32. #include <FL/Fl_Value_Slider.H>
  33. extern Fl_Value_Slider *wMinutes;
  34. extern Fl_Input *wPaper;
  35. extern Fl_Menu_Item menu_wAmPm[];
  36. extern Fl_Menu_Item menu_wWear[];
  37. extern Fl_Menu_Item menu_wDrink[];
  38. extern Fl_Menu_Item menu_wBread[];
  39. void readPrefs();
  40. void writePrefs();
  41. #endif