Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2024 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui.h


Ignore:
Timestamp:
Jun 23, 2004, 1:37:49 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: added a cool picture to the side of the Gui, and included Image into the framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui.h

    r2018 r2024  
    1616#include <gtk/gtkmenuitem.h>
    1717#include <gtk/gtklabel.h>
     18#include <gtk/gtkimage.h>
    1819
    1920class OrxonoxGui
     
    9293};
    9394
     95class Image : public Widget
     96{
     97 public:
     98  Image (char* imgaename);
     99  ~Image ();
     100};
     101
    94102class Option : public Widget
    95103{
Note: See TracChangeset for help on using the changeset viewer.