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)
64 class COREWRSET_API FalagardTabControl :
public TabControlWindowRenderer
67 static const String TypeName;
73 FalagardTabControl(
const String& type);
75 const String& getTabButtonType()
const;
76 void setTabButtonType(
const String& type);
82 TabButton* createTabButton(
const String& name)
const;
85 String d_tabButtonType;
95 #endif // end of guard _FalTabControl_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42