Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 15, 2004, 10:41:25 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: Image now Pressable; added Class EventBox to but the Image inside

File:
1 edited

Legend:

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

    r2024 r2580  
    1717#include <gtk/gtklabel.h>
    1818#include <gtk/gtkimage.h>
     19#include <gtk/gtkeventbox.h>
    1920
    2021class OrxonoxGui
     
    7879  ~Frame ();
    7980 
     81  void setTitle (char* title);
     82};
     83
     84class EventBox : public Container
     85{
     86 public:
     87  EventBox (char* eventBoxName);
     88  EventBox (void);
     89  ~EventBox ();
     90
    8091  void setTitle (char* title);
    8192};
Note: See TracChangeset for help on using the changeset viewer.