Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 19, 2004, 1:30:24 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: Generalized plugins (returning Widget* now). Enumerator for isOption added

File:
1 edited

Legend:

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

    r2588 r2595  
    4343  virtual void init(void);
    4444  int is_option; //!< with this Paramenter one can set the IsOption type: -2:Container, -1: Box, 0: not an Option, 1: Bool-option, 2: int-option
    45 
     45  enum option { containerType = -2, boxType = -1, nothingType = 0, boolType = 1, intType = 2}; //!< defines is_option states
    4646  void connectSignal (char* event, gint (*signal)(GtkWidget*, GdkEvent*, void *));
    4747  void connectSignal (char* event, gint (*signal)(GtkWidget*, Widget *));
Note: See TracChangeset for help on using the changeset viewer.