Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/launcher/
H A DStracciatellaLauncher.h30 Fl_Menu_Button *addModMenuButton; variable
H A DStracciatellaLauncher.cc46 { addModMenuButton = new Fl_Menu_Button(345, 175, 100, 20, "Add"); in StracciatellaLauncher()
H A DStracciatellaLauncher.fl64 Fl_Menu_Button addModMenuButton {
H A DLauncher.cc135 addModMenuButton->callback( (Fl_Callback*)addMod, (void*)(this) ); in show()
228 addModMenuButton->insert(-1, mod.get(), 0, addMod, this, 0); in populateChoices()