![]() |
Public API Reference |
#include <csskin.h>
Inheritance diagram for csDialogSkin:
Public Methods | |
virtual const char * | GetName () |
Get the identifier of the component this skin slice is for. More... | |
virtual void | SetBorderSize (csDialog &This)=0 |
Set dialog border width and height depending on frame style. More... |
Every skin slice that is meant for dialogs should inherit from this interface.
Definition at line 241 of file csskin.h.
|
Get the identifier of the component this skin slice is for.
Implements csSkinSlice. |
|
Set dialog border width and height depending on frame style.
Implemented in csDefaultDialogSkin. |