Wt examples
3.2.1
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
build
witty-Mvbd8A
witty-3.2.1
examples
composer
Label.C
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
3
*
4
* See the LICENSE file for terms of use.
5
*/
6
7
#include <Wt/WContainerWidget>
8
9
#include "
Label.h
"
10
11
Label::Label
(
const
WString
& text,
WContainerWidget
*parent)
12
:
WText
(text, parent)
13
{
14
setStyleClass
(L
"label"
);
15
parent->
setContentAlignment
(
AlignRight
);
16
}
Generated on Sat Oct 18 2014 for
the C++ Web Toolkit (Wt)
by
1.8.1.2