![]() |
Public API Reference |
#include <sdefault.h>
Inheritance diagram for csDefaultButtonSkin:
Public Methods | |
virtual void | Draw (csComponent &iComp) |
Draw the component we are responsible for. More... | |
virtual void | SuggestSize (csButton &This, int &w, int &h) |
Suggest the optimal size of the button, given an already filled object. More... |
Definition at line 48 of file sdefault.h.
|
Draw the component we are responsible for.
Implements csSkinSlice. |
|
Suggest the optimal size of the button, given an already filled object.
Implements csButtonSkin. |