Searched refs:balloon_button (Results 1 – 2 of 2) sorted by relevance
139 …balloon_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()
45 *balloon_button; variable