There was an error while loading. Please reload this page.
Create a slider for the user to select an integer value within a range by dragging a handle.
pyui.create_slider(dialog, col_spec) dialog:create_slider(col_spec)
dialog
dialog_handle
col_spec
integer
{first, last}
control_handle
Use set_control_range to define the value range of the slider. When the user moves the slider, the on_change handler is called.
set_control_range
Control Gallery, set_control_range, set_on_change_handler, create_text_spin