test.h 775 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // generated by Fast Light User Interface Designer (fluid) version 1.0300
  2. #ifndef test_h
  3. #define test_h
  4. #include <FL/Fl.H>
  5. #include <FL/Fl_Group.H>
  6. namespace utils
  7. {
  8. extern int x;
  9. class UserInterface : public Fl_Group {
  10. public:
  11. UserInterface(int X, int Y, int W, int H, const char *L = 0);
  12. };
  13. }
  14. //namespace utils
  15. /*
  16. extern int x;
  17. */
  18. #if 1
  19. #endif
  20. #include <FL/Fl_Window.H>
  21. #include <FL/Fl_Input.H>
  22. #include <FL/Fl_Button.H>
  23. class Dad : public Fl_Window {
  24. void _Dad();
  25. public:
  26. Dad(int X, int Y, int W, int H, const char *L = 0);
  27. Dad(int W, int H, const char *L = 0);
  28. Dad();
  29. struct gui {
  30. Fl_Input *in;
  31. Fl_Button *but;
  32. Fl_Input *age;
  33. int x;
  34. class innerClass {
  35. };
  36. } gui;
  37. void init();
  38. };
  39. #endif