SliderForm

class compas_rhino.forms.SliderForm(minval, maxval, step, value)[source]

Bases: compas_rhino.forms.base.BaseForm

A form for sliders.

Methods

__init__(minval, maxval, step, value)

Initialize self.

init()

on_form_closed(sender, eargs)

on_scroll(sender, e)

on_textchanged(sender, e)

show()

Show the form as a modal dialog.