Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 12:07:51 PM (18 years ago)
Author:
bensch
Message:

event-listening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.h

    r9549 r9554  
    88
    99#include "glgui_box.h"
     10#include "event_listener.h"
    1011
    1112namespace OrxGui
     
    1516   *
    1617   */
    17   class GLGuiFixedpositionBox : public OrxGui::GLGuiBox
     18  class GLGuiFixedpositionBox : public OrxGui::GLGuiBox, EventListener
    1819  {
    1920
     
    2627    protected:
    2728      virtual void resize();
     29      virtual void process(const Event& event); //!< from eventListener
    2830
    2931    private:
Note: See TracChangeset for help on using the changeset viewer.