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_frame_generic 00010 #define header_frame_generic 00011 00012 #include "API/GUI/frame.h" 00013 00014 class CL_Frame_Generic 00015 { 00016 // Construction: 00017 public: 00018 static CL_ComponentOptions create_options( 00019 const CL_Rect &pos); 00020 00021 CL_Frame_Generic(CL_Frame *self, const CL_ComponentOptions &options, CL_StyleManager *style); 00022 ~CL_Frame_Generic() {}; 00023 00024 // Implementation: 00025 private: 00026 CL_Frame *frame; 00027 }; 00028 00029 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001