Changeset 1895 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui.h
- Timestamp:
- May 19, 2004, 12:12:33 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/guicc/orxonox_gui.h
r1894 r1895 8 8 #include <gtk/gtkwindow.h> 9 9 #include <gtk/gtkframe.h> 10 #include <gtk/gtkhbox.h> 11 #include <gtk/gtkvbox.h> 10 12 11 13 … … 14 16 private: 15 17 18 protected: 16 19 Widget* next; 17 protected:18 20 19 21 public: … … 53 55 Window (void); 54 56 ~Window (); 57 55 58 void setTitle (char* title); 56 59 void showall (); … … 67 70 Frame (void); 68 71 ~Frame (); 72 69 73 void setTitle (char* title); 70 74 … … 73 77 class Box : public Widget 74 78 { 79 public: 80 Box (void); 81 Box (char boxtype); 82 ~Box (void); 83 84 void fill (Widget *lowerWidget); 75 85 76 86 };
Note: See TracChangeset
for help on using the changeset viewer.