SliderForm

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

Bases: compas_rhino.forms.base.BaseForm

A form for sliders.

Methods

init()

on_scroll(sender, e)

on_textchanged(sender, e)

Inherited Methods

on_form_closed(sender, eargs)

show()

Show the form as a modal dialog.