![]() |
Public API Reference |
#include <csskin.h>
Inheritance diagram for csButtonSkin:
Public Methods | |
virtual const char * | GetName () const |
Get the identifier of the component this skin slice is for. More... | |
virtual void | SuggestSize (csButton &This, int &w, int &h)=0 |
Suggest the optimal size of the button, given an already filled object. More... |
Every skin slice that is meant for buttons should inherit from this interface.
Definition at line 191 of file csskin.h.
|
Get the identifier of the component this skin slice is for.
Implements csSkinSlice. |
|
Suggest the optimal size of the button, given an already filled object.
Implemented in csDefaultButtonSkin. |