Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

label_generic.h

Go to the documentation of this file.
00001 /*
00002         ClanGUI, copyrights by various people. Have a look in the CREDITS file.
00003         
00004         This sourcecode is distributed using the Library GNU Public Licence,
00005         version 2 or (at your option) any later version. Please read LICENSE
00006         for details.
00007 */
00008 
00009 #ifndef header_label_generic
00010 #define header_label_generic
00011 
00012 #include "API/GUI/label.h"
00013 
00014 class CL_Label_Generic
00015 {
00016 public:
00017         static CL_ComponentOptions create_options(
00018                 const CL_Rect &pos,
00019                 const std::string &text);
00020 
00021         CL_Label_Generic(CL_Label *self, const CL_ComponentOptions &options, CL_StyleManager *style);
00022         ~CL_Label_Generic() {};
00023 
00024         CL_Label *label;
00025 
00026         std::string text;
00027         int alignment;
00028 };  
00029 
00030 #endif

Generated at Wed Apr 4 19:54:01 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001