Crazy Eddies GUI System  0.7.6
Public Member Functions | Static Public Attributes
CEGUI::FalagardTabButton Class Reference

TabButton class for the FalagardBase module. More...

+ Inheritance diagram for CEGUI::FalagardTabButton:
+ Collaboration diagram for CEGUI::FalagardTabButton:

List of all members.

Public Member Functions

 FalagardTabButton (const String &type)
 type name for this widget.
void render ()
 Populate render cache.

Static Public Attributes

static const utf8 TypeName []

Detailed Description

TabButton class for the FalagardBase module.

This class requires LookNFeel to be assigned. The LookNFeel should provide the following:

States (missing states will default to 'Normal'):


Constructor & Destructor Documentation

type name for this widget.

Constructor


Member Function Documentation

Populate render cache.

This method must be implemented by all window renderers and should perform the rendering operations needed for this widget. Normally using the Falagard API...

Implements CEGUI::WindowRenderer.