Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1895 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui.h


Ignore:
Timestamp:
May 19, 2004, 12:12:33 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: added Box-support, casting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/guicc/orxonox_gui.h

    r1894 r1895  
    88#include <gtk/gtkwindow.h>
    99#include <gtk/gtkframe.h>
     10#include <gtk/gtkhbox.h>
     11#include <gtk/gtkvbox.h>
    1012
    1113
     
    1416 private:
    1517
     18 protected:
    1619  Widget* next;
    17  protected:
    1820
    1921 public:
     
    5355  Window (void);
    5456  ~Window ();
     57 
    5558  void setTitle (char* title);
    5659  void showall ();
     
    6770  Frame (void);
    6871  ~Frame ();
     72 
    6973  void setTitle (char* title);
    7074
     
    7377class Box : public Widget
    7478{
     79 public:
     80  Box (void);
     81  Box (char boxtype);
     82  ~Box (void);
     83
     84  void fill (Widget *lowerWidget);
    7585
    7686};
Note: See TracChangeset for help on using the changeset viewer.