00001 00002 00003 00004 00005 #ifndef __GTAB_VIEW 00006 #define __GTAB_VIEW 00007 00008 #include "Lgi.h" 00009 #include "GTabView.h" 00010 00011 class LgiClass GTabLayout : public GTabView 00012 { 00013 bool Edge; 00014 00015 public: 00016 GTabLayout(); 00017 ~GTabLayout(); 00018 00019 // Props 00020 bool Border(); 00021 void Border(bool b); 00022 00023 // View 00024 bool Pour(GRegion &r); 00025 00026 // Events 00027 void OnPosChange(); 00028 }; 00029 00030 #endif