Presents details about one parameter, as when the user clicks
"..." in the upper-left param list; you run() it like a
dialog.
|
|
__init__(self,
cBG,
cText,
cNumber,
cButton,
*args,
**kw)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run(self,
space,
nm,
val,
lo,
hi,
err,
can_fit,
on_ok,
on_close)
Displays this layer on the space; fills the blanks with (nm, val, lo,
hi, err, can_fit); returns immediately. |
source code
|
|
|
Inherited from toolspace.Layer:
add_sublayer,
button_press,
button_release,
clear_sublayers,
draw,
find_sub,
invalidate,
motion_notify,
mouse_enter,
mouse_exit,
on_hide,
on_show,
pt_in_rect,
remove_sublayer,
render,
render_to,
scroll,
set_h,
set_h_min,
set_space,
set_sub_hover,
set_w,
set_w_min,
set_x,
set_y,
sub_press,
sub_release
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|