Definition at line 23 of file hello.C.
◆ HelloApplication()
HelloApplication::HelloApplication |
( |
const WEnvironment & |
env | ) |
|
Definition at line 41 of file hello.C.
44 setTitle(
"Hello world");
46 root()->addWidget(
new WText(
"Your name, please ? "));
51 =
new WPushButton(
"Greet me.", root());
52 button->setMargin(5, Left);
54 root()->addWidget(
new WBreak());
◆ greet()
void HelloApplication::greet |
( |
| ) |
|
|
private |
◆ greeting_
WText* HelloApplication::greeting_ |
|
private |
◆ nameEdit_
WLineEdit* HelloApplication::nameEdit_ |
|
private |
The documentation for this class was generated from the following file:
- /build/witty-xots1a/witty-3.3.6+dfsg/examples/hello/hello.C