Style classes

Collection of classes for markup of widgets. More...

Classes

class  Wt::WBorder
 A style class for the border of a widget. More...
class  Wt::WColor
 A class that specifies a color. More...
class  Wt::WCssDecorationStyle
 A style class for a single widget or style sheet rule. More...
class  Wt::WCssStyleSheet
 A CSS style sheet. More...
class  Wt::WFont
 A style class describing a font. More...

Enumerations

enum  Wt::GlobalColor {
  Wt::white, Wt::black, Wt::red, Wt::darkRed,
  Wt::green, Wt::darkGreen, Wt::blue, Wt::darkBlue,
  Wt::cyan, Wt::darkCyan, Wt::magenta, Wt::darkMagenta,
  Wt::yellow, Wt::darkYellow, Wt::gray, Wt::darkGray,
  Wt::lightGray, Wt::transparent
}
 Predefined colors. More...

Detailed Description

Collection of classes for markup of widgets.

The recommended way to provide style information for your Wt application is using CSS stylesheets. You may add rules to the inline style sheet using WCssStyleSheet::addRule(), or by linking one or more external stylesheets using WApplication::useStyleSheet().

Alternatively, you may also provide style information directly, using WCssDecorationStyle, which you can manipulate for each widget using WWidget::decorationStyle().


Enumeration Type Documentation

Predefined colors.

Enumerator:
white  Color white.
black  Color black.
red  Color red.
darkRed  Color dark red.
green  Color green.
darkGreen  Color dark green.
blue  Color blue.
darkBlue  Color dark blue.
cyan  Color cyan.
darkCyan  Color dark cyan.
magenta  Color magenta.
darkMagenta  Color dark magenta.
yellow  Color yellow.
darkYellow  Color dark yellow.
gray  Color medium gray.
darkGray  Color dark gray.
lightGray  Color light gray.
transparent  Color transparent.


Generated on Fri Sep 12 17:01:14 2008 for Wt by doxygen 1.5.6