28 #ifndef _FalTabControl_h_
29 #define _FalTabControl_h_
31 #include "FalModule.h"
32 #include "../../elements/CEGUITabControl.h"
33 #include "FalTabControlProperties.h"
36 # pragma warning(push)
37 # pragma warning(disable : 4251)
69 static const utf8 TypeName[];
77 const String& getTabButtonType()
const;
78 void setTabButtonType(
const String& type);
100 #endif // end of guard _FalTabControl_h_
TabControl class for the FalagardBase module.
Definition: FalTabControl.h:66
Base class for TabControl window renderer objects.
Definition: CEGUITabControl.h:56
String class used within the GUI system.
Definition: CEGUIString.h:57