Methods
|
|
__init__
command
get
getFont
set
variable_trace
|
|
__init__
|
__init__ (
self,
parent=None,
**kw,
)
|
|
command
|
command ( self, *args )
Callback for when button is pressed.
|
|
get
|
get ( self )
Return the font value.
|
|
getFont
|
getFont ( self, str )
Does nothing.
|
|
set
|
set ( self )
Set the font value.
|
|
variable_trace
|
variable_trace ( self, *args )
Trace variable changes.
|