Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Wt::WCssStyleSheet is a Wt class to use a cascading style sheet.
The stylesheet of an application is set in Wt::WApplication, in multiple ways:
Both options are shown below.
Wt::WCssStyleSheet |
An example of 'my_stylesheet.css' is:
body { font-family:"Courier New"; } |
struct MyApplication : public Wt::WApplication |
These css rules are identical to the loaded css rules shown above.
From [1].
WAnchor - a; |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.