#include <rootwindow.h>
Inherits Wt::Display, and Wt::Window.
Public Member Functions | |
| virtual void | resize (int w, int h) |
| RootWindow (int w=Display::defaultWidth, int h=Display::defaultHeight, int depth=Display::defaultDepth, const std::string &name="RootWindow::anon", int wflags=0) | |
Static Public Member Functions | |
| static RootWindow * | instance () |
Protected Member Functions | |
| virtual void | paintEvent (PaintEvent *e) |
| Wt::RootWindow::RootWindow | ( | int | w = Display::defaultWidth, |
|
| int | h = Display::defaultHeight, |
|||
| int | depth = Display::defaultDepth, |
|||
| const std::string & | name = "RootWindow::anon", |
|||
| int | wflags = 0 | |||
| ) |
| static RootWindow* Wt::RootWindow::instance | ( | ) | [inline, static] |
| void Wt::RootWindow::paintEvent | ( | PaintEvent * | e | ) | [protected, virtual] |
Reimplemented from Wt::Widget.
| void Wt::RootWindow::resize | ( | int | w, | |
| int | h | |||
| ) | [virtual] |
Reimplemented from Wt::Widget.
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.