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_stylemanager_default_generic 00010 #define header_stylemanager_default_generic 00011 00012 #include "API/GUI/stylemanager.h" 00013 #include "API/GUI/stylemanager_default.h" 00014 00015 class CL_Surface; 00016 00017 class CL_StyleManager_Default_Generic 00018 { 00019 public: 00020 CL_StyleManager_Default_Generic(); 00021 ~CL_StyleManager_Default_Generic(); 00022 00023 void get_color(GUIColor col, float &r, float &g, float &b, float &a); 00024 00025 CL_ResourceManager *resources; 00026 00027 std::string default_font; 00028 00029 std::string combo_normal; 00030 std::string combo_toggled; 00031 std::string combo_disabled; 00032 00033 std::string checkbox_checked; 00034 std::string checkbox_unchecked; 00035 std::string checkbox_disabled; 00036 }; 00037 00038 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001