| Wt examples
    3.3.0
    | 

| Public Member Functions | |
| ChartsApplication (const WEnvironment &env) | |
Definition at line 12 of file ChartsApplication.C.
| ChartsApplication::ChartsApplication | ( | const WEnvironment & | env | ) |  [inline] | 
Definition at line 15 of file ChartsApplication.C.
: WApplication(env) { setTitle("Charts example"); setCssTheme("polished"); messageResourceBundle().use(appRoot() + "charts"); root()->setPadding(10); root()->resize(WLength::Auto, WLength::Auto); new ChartsExample(root()); /* * Set our style sheet last, so that it loaded after the ext stylesheets. */ useStyleSheet("charts.css"); }
 1.7.5.1
 1.7.5.1