#include <sdefault.h>
Inheritance diagram for csDefaultWindowSkin:
Public Methods | |
csDefaultWindowSkin () | |
Initialize the window skin slice. | |
virtual void | Initialize (csApp *iApp, csSkin *Parent) |
Query the required resources from application. | |
virtual void | Deinitialize () |
Free the resources allocated in Initialize(). | |
virtual void | Draw (csComponent &iComp) |
Draw the component we are responsible for. | |
virtual void | PlaceGadgets (csWindow &This) |
Place all gadgets (titlebar, buttons, menu and toolbar). | |
virtual csButton* | CreateButton (csWindow &This, int ButtonID) |
Create a button for window's titlebar. | |
virtual void | SetState (csWindow &This, int Which, bool State) |
Called to reflect some specific window state change on gagdets. | |
virtual void | SetBorderSize (csWindow &This) |
Set window border width and height depending on frame style. | |
Protected Methods | |
void | SetButtBitmap (csButton *button, const char *id) |