Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 27, 2004, 2:02:11 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: flags now working perfectly. not the fastest way to implement this, but still….

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_gtk.h

    r3296 r3299  
    316316};
    317317
    318 //! A CharLabel is a simple Label, that holds a char*, and will be updated, if changed.
     318//! A OptionLabel is a simple Label, that holds a char*, and will be updated, if changed.
    319319class OptionLabel : public Option
    320320{
     
    347347 
    348348  void setTitle(char* text);
     349  void ereaseText(void);
     350  void appendText(char* textToAppend);
     351  void appendInt(int intToAppend);
    349352  char* getText ();
    350353};
Note: See TracChangeset for help on using the changeset viewer.