Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2004, 7:15:46 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: added setFlagName

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/guicc/orxonox_gui_audio.cc

    r1978 r1983  
    77 
    88  enableSound = new CheckButton ("Enable Sound");
     9  enableSound->setFlagName ("enablesound");
    910  audioBox->fill (enableSound);
    1011  musicVolume = new Slider ("Music Volume", 0, 100);
     12  musicVolume->setFlagName ("music-volume");
    1113  audioBox->fill (musicVolume);
    1214  effectsVolume = new Slider ("Effects Volume", 0, 100);
     15  effectsVolume->setFlagName ("effects-volume");
    1316  audioBox->fill (effectsVolume);
    1417
Note: See TracChangeset for help on using the changeset viewer.