Wt examples  3.3.5
/usr/src/RPM/BUILD/wt-3.3.5-rc2/examples/composer/Label.C
Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
00003  *
00004  * See the LICENSE file for terms of use.
00005  */
00006 
00007 #include <Wt/WContainerWidget>
00008 
00009 #include "Label.h"
00010 
00011 Label::Label(const WString& text, WContainerWidget *parent)
00012   : WText(text, parent)
00013 { 
00014   setStyleClass(L"label");
00015   parent->setContentAlignment(AlignRight);
00016 }

Generated on Tue Mar 22 2016 for the C++ Web Toolkit (Wt) by doxygen 1.7.6.1