|
| | OvalWidgets::XYWH (width, height) |
| | Defines the options for position (-x,-y) and size (-width,-height). More...
|
| |
| | OvalWidgets::ColorOptionMethods () |
| | Snit macro to default color option methods. More...
|
| |
| | OvalWidgets::CommonValidateMethods () |
| | Macro to include the common validation methods. More...
|
| |
| | OvalWidgets::ColorFillOption (optspec, default) |
| | Method to define a fill color option. More...
|
| |
| | OvalWidgets::ColorOutlineOption (optspec, default) |
| | Method to define an outline color option. More...
|
| |
| | OvalWidgets::FontFamily (default) |
| | Macro to define the -fontfamily option. More...
|
| |
| | OvalWidgets::SquareEndOptions () |
| | Macro to define the square end options (-rightsquare, -leftsquare). More...
|
| |
| | OvalWidgets::_VerifyFont (option, value) |
| | Method to validate a font value. More...
|
| |
| | OvalWidgets::_ConfigureFont (option, value) |
| | Method to configure a font value. More...
|
| |
| | OvalWidgets::_ConfigureText (option, value) |
| | Method to configure the text of the button. More...
|
| |
| | OvalWidgets::_VerifyIntegerOrEmpty (option, value) |
| | Method to validate an integer or empty string option. More...
|
| |
| | OvalWidgets::OvalLabel (name, _canvas,...) |
| | Construct some text. More...
|
| |
| | OvalWidgets::~OvalLabel () |
| | Destructor free up all resources. More...
|
| |
| | OvalWidgets::_UnderSplit (beforevar, undervar, aftervar) |
| | Method to split label text into before, under, and after segments. More...
|
| |