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::WCssRule |
Abstract rule in a CSS style sheet. More... | |
class | Wt::WCssTemplateRule |
A CSS rule based on a template widget. More... | |
class | Wt::WCssTextRule |
A CSS rule specified directly using CSS declarations. 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... |
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().
enum Wt::GlobalColor |
Predefined colors.