Model Railroad System  2.2.2
Classes | Namespaces | Functions | Variables
OvalWidgets2.tcl File Reference

Classes

class  OvalWidgets::OvalButton
 Oval button. More...
 
class  OvalWidgets::OvalSrollBar
 Oval SrollBar. More...
 
class  OvalWidgets::OvalScale
 An oval scale widget, much like a standard Tk scale widget. More...
 
class  OvalWidgets::OvalSlider
 Oval Slider. More...
 
class  OvalWidgets::OvalRoundCornerRectangle
 Oval Round Corner Rectangle. More...
 

Namespaces

 OvalWidgets
 These oval shaped widgets are much like the Star Trek NG computer screens.
 

Functions

 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...
 

Variables

 OvalWidgets::HBar
 Holds the horizontal bar bitmap. More...
 
 OvalWidgets::VBar
 Holds the vertical bar bitmap. More...
 
var OvalWidgets::canvas
 Canvas the widget is on. More...