Home
last modified time | relevance | path

Searched refs:balloon_button (Results 1 – 2 of 2) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/menus/
H A Dinput_dialog.cpp139balloon_button = new GUI_TextToggleButton(this, colX[1], buttonY += row_h, yesno_width, height, ye… in init()
140 AddWidget(balloon_button); in init()
141 button_index[last_index += 1] = balloon_button; in init()
143 balloon_button = NULL; in init()
256 game->set_free_balloon_movement(balloon_button->GetSelection() == 1); in callback()
257 …config->set(config_get_game_key(config) + "/free_balloon_movement", balloon_button->GetSelection()… in callback()
H A Dinput_dialog.h45 *balloon_button; variable