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: cegui/include/CEGUI/WindowRendererSets/Core/TabControl.h:64
Base class for TabControl window renderer objects.
Definition: cegui/include/CEGUI/widgets/TabControl.h:54
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
String class used within the GUI system.
Definition: cegui/include/CEGUI/String.h:62