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_checkbox_generic 00010 #define header_checkbox_generic 00011 00012 #include "API/GUI/checkbox.h" 00013 00014 class CL_CheckBox_Generic 00015 { 00016 public: 00017 static CL_ComponentOptions create_options( 00018 const CL_Point &pos, 00019 const std::string &text); 00020 00021 CL_CheckBox_Generic(CL_CheckBox *self, const CL_ComponentOptions &options, CL_StyleManager *style); 00022 ~CL_CheckBox_Generic() {}; 00023 00024 CL_CheckBox *checkbox; 00025 }; 00026 00027 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001