Lines Matching refs:options_window

114     {text = _S.options_window.custom_resolution, custom = true},
120 self:addBevelPanel(80, title_y_pos, 165, 20, col_caption):setLabel(_S.options_window.caption)
126 …:setLabel(_S.options_window.fullscreen):setTooltip(_S.tooltip.options_window.fullscreen).lowered =…
128 …H, BTN_HEIGHT, col_bg):setLabel(app.fullscreen and _S.options_window.option_on or _S.options_windo…
130 :setToggleState(app.fullscreen):setTooltip(_S.tooltip.options_window.fullscreen_button)
135 …:setLabel(_S.options_window.resolution):setTooltip(_S.tooltip.options_window.resolution).lowered =…
138 …DTH, BTN_HEIGHT, nil, self.dropdownResolution):setTooltip(_S.tooltip.options_window.select_resolut…
143 …:setLabel(_S.options_window.capture_mouse):setTooltip(_S.tooltip.options_window.capture_mouse).low…
146 …GHT, col_bg):setLabel(app.config.capture_mouse and _S.options_window.option_on or _S.options_windo…
149 :setToggleState(app.config.capture_mouse):setTooltip(_S.tooltip.options_window.capture_mouse)
164 …:setLabel(_S.options_window.language):setTooltip(_S.tooltip.options_window.language).lowered = true
166 …WIDTH, BTN_HEIGHT, nil, self.dropdownLanguage):setTooltip(_S.tooltip.options_window.select_languag…
172 …:setLabel(_S.options_window.audio):setTooltip(_S.tooltip.options_window.audio_button).lowered = tr…
176 …:setToggleState(app.config.audio and audio_status):setTooltip(_S.tooltip.options_window.audio_togg…
181 …, col_shadow, col_bg, col_bg) : setLabel(_S.options_window.scrollspeed):setTooltip(_S.tooltip.opti…
183 …WIDTH, BTN_HEIGHT, nil, self.buttonScrollSpeed) : setTooltip(_S.tooltip.options_window.scrollspeed)
187 …ol_shadow, col_bg, col_bg) : setLabel(_S.options_window.shift_scrollspeed):setTooltip(_S.tooltip.o…
189 …TN_HEIGHT, nil, self.buttonShiftScrollSpeed) : setTooltip(_S.tooltip.options_window.shift_scrollsp…
193 …T, col_shadow, col_bg, col_bg) : setLabel(_S.options_window.zoom_speed):setTooltip(_S.tooltip.opti…
195 …TN_WIDTH, BTN_HEIGHT, nil, self.buttonZoomSpeed) : setTooltip(_S.tooltip.options_window.zoom_speed)
199 …self:addBevelPanel(20, customise_y_pos, BTN_WIDTH, 30, col_bg):setLabel(_S.options_window.customis…
200 …, 0, BTN_WIDTH, 30, nil, self.buttonCustomise):setTooltip(_S.tooltip.options_window.customise_butt…
203 self:addBevelPanel(165, customise_y_pos, BTN_WIDTH, 30, col_bg):setLabel(_S.options_window.folder)
204 …:makeButton(0, 0, BTN_WIDTH, 30, nil, self.buttonFolder):setTooltip(_S.tooltip.options_window.fold…
208 self:addBevelPanel(20, hotkey_y_pos, 280, 40, col_bg):setLabel(_S.options_window.hotkey)
209 :makeButton(0, 0, 280, 40, nil, self.buttonHotkey):setTooltip(_S.tooltip.options_window.hotkey)
214 self:addBevelPanel(20, back_button_y_pos, 280, 40, col_bg):setLabel(_S.options_window.back)
215 :makeButton(0, 0, 280, 40, nil, self.buttonBack):setTooltip(_S.tooltip.options_window.back)
234 …tooltip = { _S.tooltip.options_window.language_dropdown_item:format(eng_name), nil, BTN_HEIGHT * c…
301 …llscreen_panel:setLabel(self.ui.app.fullscreen and _S.options_window.option_on or _S.options_windo…
309 …pture_button:setLabel(app.config.capture_mouse and _S.options_window.option_on or _S.options_windo…
335 …local browser = UIDirectoryBrowser(self.ui, self.mode, _S.options_window.new_th_directory, "Instal…
416 self:addBevelPanel(20, 10, 160, 20, col_caption):setLabel(_S.options_window.resolution)
420 self:addBevelPanel(20, 40, 80, 20, col_shadow, col_bg, col_bg):setLabel(_S.options_window.width)
422 :setTooltip(_S.tooltip.options_window.width)
425 self:addBevelPanel(20, 60, 80, 20, col_shadow, col_bg, col_bg):setLabel(_S.options_window.height)
427 :setTooltip(_S.tooltip.options_window.height)
431 self:addBevelPanel(20, 90, 80, 40, col_bg):setLabel(_S.options_window.apply)
432 :makeButton(0, 0, 80, 40, nil, self.ok):setTooltip(_S.tooltip.options_window.apply)
433 self:addBevelPanel(100, 90, 80, 40, col_bg):setLabel(_S.options_window.cancel)
434 :makeButton(0, 0, 80, 40, nil, self.cancel):setTooltip(_S.tooltip.options_window.cancel)
486 …self:addBevelPanel(20, 10, 160, 20, col_caption):setLabel(_S.options_window.scrollspeed).lowered =…
488 …self:addBevelPanel(20, 50, 90, 20, col_shadow, col_bg, col_bg):setLabel(_S.options_window.scrollsp…
491 :setTooltip(_S.tooltip.options_window.scrollspeed)
495 self:addBevelPanel(20, 90, 80, 40, col_bg):setLabel(_S.options_window.apply)
496 :makeButton(0, 0, 80, 40, nil, self.ok):setTooltip(_S.tooltip.options_window.apply_scrollspeed)
497 self:addBevelPanel(100, 90, 80, 40, col_bg):setLabel(_S.options_window.cancel)
498 …:makeButton(0, 0, 80, 40, nil, self.cancel):setTooltip(_S.tooltip.options_window.cancel_scrollspee…
549 …self:addBevelPanel(20, 10, 160, 20, col_caption):setLabel(_S.options_window.shift_scrollspeed).low…
551 …self:addBevelPanel(20, 50, 120, 20, col_shadow, col_bg, col_bg):setLabel(_S.options_window.shift_s…
554 :setTooltip(_S.tooltip.options_window.shift_scrollspeed)
558 self:addBevelPanel(20, 90, 80, 40, col_bg):setLabel(_S.options_window.apply)
559 …:makeButton(0, 0, 80, 40, nil, self.ok):setTooltip(_S.tooltip.options_window.apply_shift_scrollspe…
560 self:addBevelPanel(100, 90, 80, 40, col_bg):setLabel(_S.options_window.cancel)
561 …:makeButton(0, 0, 80, 40, nil, self.cancel):setTooltip(_S.tooltip.options_window.cancel_shift_scro…
612 …self:addBevelPanel(20, 10, 160, 20, col_caption):setLabel(_S.options_window.zoom_speed).lowered = …
615 …self:addBevelPanel(20, 50, 90, 20, col_shadow, col_bg, col_bg):setLabel(_S.options_window.zoom_spe…
619 :setTooltip(_S.tooltip.options_window.zoom_speed)
623 self:addBevelPanel(20, 90, 80, 40, col_bg):setLabel(_S.options_window.apply)
624 :makeButton(0, 0, 80, 40, nil, self.ok):setTooltip(_S.tooltip.options_window.apply_zoomspeed)
625 self:addBevelPanel(100, 90, 80, 40, col_bg):setLabel(_S.options_window.cancel)
626 … :makeButton(0, 0, 80, 40, nil, self.cancel):setTooltip(_S.tooltip.options_window.cancel_zoomspeed)