Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/gui/orxonox_gui_banner.h @ 2580

Last change on this file since 2580 was 2580, checked in by bensch, 20 years ago

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

File size: 430 bytes
Line 
1#ifndef _ORXONOX_GUI_BANNER_H
2#define _ORXONOX_GUI_BANNER_H
3
4#include "orxonox_gui.h"
5
6class OrxonoxGuiBanner
7{
8 private:
9  Frame* bannerFrame;
10  Box* bannerBox;
11  EventBox* bannerEventBox;
12  Image* bannerImage;
13  Label* bannerLabel;
14  Window* logo;
15
16 public:
17  OrxonoxGuiBanner ();
18  ~OrxonoxGuiBanner ();
19
20  EventBox* getEventBox ();
21};
22gint LogoWindowOpen (GtkWidget *widget, Widget* data);
23
24#endif /* _ORXONOX_GUI_BANNER_H */
Note: See TracBrowser for help on using the repository browser.