Crazy Eddie's GUI System
0.8.7
|
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_
Base class for TabControl window renderer objects.
Definition: widgets/TabControl.h:55
TabControl class for the FalagardBase module.
Definition: WindowRendererSets/Core/TabControl.h:65
void render()
Populate render cache.
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
FalagardTabControl(const String &type)
type name for this widget.
TabButton * createTabButton(const String &name) const
create and return a pointer to a TabButton widget for use as a clickable tab header
String class used within the GUI system.
Definition: String.h:64