Methods
|
|
|
|
__init__
|
__init__ (
self,
parent=None,
**kw,
)
|
|
activate
|
activate ( self )
Show the dialog.
Display the dialog and return value() or None, depending on
button pressed.
|
|
createFontParametersPage
|
createFontParametersPage ( self )
Create the part of the dialog which allows basic font parameters to be set.
|
|
createInterior
|
createInterior ( self )
Create the interface for the dialog.
|
|
familyCB
|
familyCB ( self, *args )
The family value was changed.
|
|
optionChangedCB
|
optionChangedCB ( self, *args )
Called when one of the option checkbuttons was changed.
|
|
sizeCB
|
sizeCB ( self, *args )
The size value was changed.
|
|
updateExample
|
updateExample ( self )
Change the font displayed in the example indicator.
Get all of our parameters and set the font in
the example label.
|
|
updateSelected
|
updateSelected ( self )
Update the contents of the dialog based on selections.
|
|
value
|
value ( self )
Returns the font spec for the current font.
Returns a fontspec representation of the dialog option
settings as configured by the user.
|