Home
last modified time | relevance | path

Searched refs:playSoundsCheckbox (Results 1 – 4 of 4) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/launcher/
H A DStracciatellaLauncher.cc118 { playSoundsCheckbox = new Fl_Check_Button(20, 240, 109, 15, "Play Sounds"); in StracciatellaLauncher()
119 playSoundsCheckbox->down_box(FL_DOWN_BOX); in StracciatellaLauncher()
120 playSoundsCheckbox->value(1); in StracciatellaLauncher()
H A DStracciatellaLauncher.h41 Fl_Check_Button *playSoundsCheckbox; variable
H A DLauncher.cc126 playSoundsCheckbox->callback( (Fl_Callback*)widgetChanged, (void*)(this) ); in show()
185playSoundsCheckbox->value(EngineOptions_shouldStartWithoutSound(this->engine_options.get()) ? 0 : … in initializeInputsFromDefaults()
191 EngineOptions_setStartWithoutSound(this->engine_options.get(), !playSoundsCheckbox->value()); in writeJsonFile()
H A DStracciatellaLauncher.fl140 Fl_Check_Button playSoundsCheckbox {