Crazy Eddies GUI System 0.7.5
Public Member Functions | Static Public Attributes
CEGUI::FalagardSystemButton Class Reference

SystemButton class for the FalagardBase module. This class should be used for 'system' buttons on a FrameWindow, such as the close button. More...

Inheritance diagram for CEGUI::FalagardSystemButton:
Collaboration diagram for CEGUI::FalagardSystemButton:

List of all members.

Public Member Functions

 FalagardSystemButton (const String &type)
 type name for this widget.

Static Public Attributes

static const utf8 TypeName []
 type name for this widget.

Detailed Description

SystemButton class for the FalagardBase module. This class should be used for 'system' buttons on a FrameWindow, such as the close button.

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

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


Constructor & Destructor Documentation

CEGUI::FalagardSystemButton::FalagardSystemButton ( const String type)

type name for this widget.

Constructor