KekLib.SaferSpinbox#
SaferSpinbox.py
Copyright (c) 2018-2019, Masatsuyo Takahashi, KEK-PF
- class SaferSpinbox(parent, **kwargs)#
Bases:
SpinboxConstruct a spinbox widget with the parent MASTER.
STANDARD OPTIONS
activebackground, background, borderwidth, cursor, exportselection, font, foreground, highlightbackground, highlightcolor, highlightthickness, insertbackground, insertborderwidth, insertofftime, insertontime, insertwidth, justify, relief, repeatdelay, repeatinterval, selectbackground, selectborderwidth selectforeground, takefocus, textvariable xscrollcommand.
WIDGET-SPECIFIC OPTIONS
buttonbackground, buttoncursor, buttondownrelief, buttonuprelief, command, disabledbackground, disabledforeground, format, from, invalidcommand, increment, readonlybackground, state, to, validate, validatecommand values, width, wrap,
- command()#
- config(**kwargs)#
Query or modify the configuration options of the widget.
If no arguments are specified, return a dictionary describing all of the available options for the widget.
If an option name is specified, then return a tuple describing the one named option.
If one or more keyword arguments are specified or a dictionary is specified, then modify the widget option(s) to have the given value(s).
- set_tracer(tracer)#
- tracer(*args)#
- user_tracer_caller()#
- validate()#