Method Summary |
|
__init__(self)
|
|
__del__(self)
|
|
DrawBackground(self,
dc,
window,
orientation,
rect)
|
|
DrawBorder(self,
dc,
window,
rect,
pane)
|
|
DrawCaption(self,
dc,
window,
text,
rect,
pane)
|
|
DrawGripper(self,
dc,
window,
rect,
pane)
|
|
DrawPaneButton(self,
dc,
window,
button,
button_state,
rect,
pane)
|
|
DrawSash(self,
dc,
window,
orientation,
rect)
|
Colour |
GetColor(self,
id)
|
Colour |
GetColour(self,
id)
|
Font |
GetFont(self,
id)
|
int |
GetMetric(self,
id)
|
|
SetColor(self,
id,
color)
|
|
SetColour(self,
id,
colour)
|
|
SetFont(self,
id,
font)
|
|
SetMetric(self,
id,
new_val)
|