Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 5, 2005, 12:19:31 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/guiMerge: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_banner.cc

    r4047 r4049  
    2626#include "gui_banner.h"
    2727
     28#include "gui_gtk.h"
     29
    2830#include "banner.xpm"
    2931#include "logo.xpm"
     
    4244  // the logo Window
    4345  Window* logoWindow;       //!< The Window that holds the Orxonox-CrewLogo.
    44   EventBox* logoEventBox;   //!< The EventBox that holds the Orxonox-CrewLogo. it has to be an eventbox, because Images can not receive clicks.
    4546  Box* logoBox;             //!< The Box that holds the Orxonox-CrewLogo
    4647  Image* logoImage;         //!< The Orxonox-CrewLogo-Image
     
    6061  logoWindow = new Window("Logo");
    6162  {
    62 
     63  EventBox* logoEventBox;   //!< The EventBox that holds the Orxonox-CrewLogo. it has to be an eventbox, because Images can not receive clicks.
     64 
    6365#ifdef HAVE_GTK2
    6466    bannerEventBox->connectSignal("button_press_event", logoWindow, Window::windowOpen);
Note: See TracChangeset for help on using the changeset viewer.