
|
Main Page Class Hierarchy Compound List File List Compound Members
csWindowSkin Class ReferenceThis class defines the interface for a window skin slice.
More...
#include <csskin.h>
Inheritance diagram for csWindowSkin:
List of all members.
Public Methods |
virtual const char* | GetName () |
| Get the identifier of the component this skin slice is for.
|
virtual csButton* | CreateButton (csWindow &This, int ButtonID)=0 |
| Create a button for window's titlebar.
|
virtual void | PlaceGadgets (csWindow &This)=0 |
| Place all gadgets (titlebar, buttons, menu and toolbar).
|
virtual void | SetState (csWindow &This, int Which, bool State)=0 |
| Called to reflect some specific window state change on gagdets.
|
virtual void | SetBorderSize (csWindow &This)=0 |
| Set window border width and height depending on frame style.
|
Detailed Description
This class defines the interface for a window skin slice.
Every skin slice that is meant for windows should inherit from this interface.
The documentation for this class was generated from the following file:
Generated for Crystal Space by
doxygen
1.2.5 written by
Dimitri van Heesch,
©1997-2000
|