00001 #ifndef SGE_GUI_WIDGETS_LABEL_HPP_INCLUDED 00002 #define SGE_GUI_WIDGETS_LABEL_HPP_INCLUDED 00003 00004 #include "../widget.hpp" 00005 #include "../../export.hpp" 00006 00007 namespace sge 00008 { 00009 namespace gui 00010 { 00011 class SGE_CLASS_SYMBOL label : public widget 00012 { 00013 public: 00014 label(string const &); 00015 }; 00016 } 00017 } 00018 00019 #endif
1.5.5