Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module cubecolourdialog :: Class BaseLineCtrl |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Control
--+ |PyControl
--+ | BaseLineCtrl
AlphaCtrl
,
BrightCtrl
Method Summary | |
---|---|
Default class constructor. | |
We do not accept mouse focus. | |
We do not accept focus from keyboard. | |
Internal method. | |
Returns the custom control best size (used by sizers). | |
Handles the wx.EVT_ERASE_BACKGROUND for BaseLineCtrl . | |
Handles the wx.EVT_LEFT_DOWN for BaseLineCtrl . | |
Handles the wx.EVT_LEFT_UP for BaseLineCtrl . | |
Handles the wx.EVT_MOTION for BaseLineCtrl . | |
Handles the wx.EVT_SIZE for BaseLineCtrl . |
Property Summary |
---|
Instance Method Details |
---|
__init__(self,
parent)
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.
|
BuildRect(self)Internal method. |
DoGetBestSize(self)Returns the custom control best size (used by sizers).
|
OnEraseBackground(self, event)Handles the wx.EVT_ERASE_BACKGROUND forBaseLineCtrl .
|
OnLeftDown(self, event)Handles the wx.EVT_LEFT_DOWN forBaseLineCtrl .
|
OnLeftUp(self, event)Handles the wx.EVT_LEFT_UP forBaseLineCtrl .
|
OnMotion(self, event)Handles the wx.EVT_MOTION forBaseLineCtrl .
|
OnSize(self, event)Handles the wx.EVT_SIZE forBaseLineCtrl .
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:21 2009 | http://epydoc.sf.net |