| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package lib :: Package agw :: Module cubecolourdialog :: Class ColourPanel |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Panel--+ |PyPanel--+ | ColourPanel
| Method Summary | |
|---|---|
Default class constructor. | |
We do not accept mouse focus. | |
We do not accept focus from keyboard. | |
Handles the wx.EVT_ERASE_BACKGROUND event for ColourPanel. | |
Handles the wx.EVT_PAINT event for ColourPanel. | |
Handles the wx.EVT_SIZE event for ColourPanel. | |
Refresh the panel after a colour/alpha change. | |
| Property Summary |
|---|
| Instance Method Details |
|---|
__init__(self,
parent,
style=33554432)
Default class constructor. Used internally. Do not call it in your
code!
|
AcceptFocus(self)We do not accept mouse focus. |
AcceptsFocusFromKeyboard(self)We do not accept focus from keyboard.
|
OnEraseBackground(self, event)Handles the wx.EVT_ERASE_BACKGROUND event forColourPanel.
|
OnPaint(self, event)Handles the wx.EVT_PAINT event forColourPanel.
|
OnSize(self, event)Handles the wx.EVT_SIZE event forColourPanel.
|
RefreshColour(self, colour)Refresh the panel after a colour/alpha change. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:51:19 2009 | http://epydoc.sf.net |