Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module buttonpanel :: Class Control |
|
object
--+ |Object
--+ |EvtHandler
--+ | Control
ButtonInfo
,
ButtonPanelText
,
Separator
Method Summary | |
---|---|
Default class constructor. | |
Disables the control. | |
Draw(self,
rect)
| |
Enables or disables the control. | |
Returns the control best size. | |
Returns the control id. | |
Returns whether the control has the focus or not. | |
Hides the control. | |
Returns whether the control is shown or not. | |
OnMouseEvent(self,
x,
y,
event)
| |
Sets or kills the focus on the control. | |
Shows or hide the control. |
Property Summary |
---|
Method Details |
---|
__init__(self,
parent,
size=wx.Size(-1, -1))
|
Disable(self)Disables the control. |
Enable(self, value=True)Enables or disables the control. |
GetBestSize(self)Returns the control best size. |
GetId(self)Returns the control id. |
HasFocus(self)Returns whether the control has the focus or not. |
Hide(self)Hides the control. |
IsShown(self)Returns whether the control is shown or not. |
SetFocus(self, focus=True)Sets or kills the focus on the control. |
Show(self, show=True)Shows or hide the control. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:23 2007 | http://epydoc.sf.net |