27 #ifndef _FalTabControl_h_ 28 #define _FalTabControl_h_ 30 #include "CEGUI/WindowRendererSets/Core/Module.h" 31 #include "CEGUI/widgets/TabControl.h" 34 # pragma warning(push) 35 # pragma warning(disable : 4251) 67 static const String TypeName;
75 const String& getTabButtonType()
const;
76 void setTabButtonType(
const String& type);
95 #endif // end of guard _FalTabControl_h_ TabControl class for the FalagardBase module.
Definition: WindowRendererSets/Core/TabControl.h:64
Base class for TabControl window renderer objects.
Definition: widgets/TabControl.h:54
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
String class used within the GUI system.
Definition: String.h:62