Home | Trees | Index | Help |
|
---|
Package wx :: Module gizmos :: Class StaticPicture |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Control
--+ | StaticPicture
Method Summary | |
---|---|
Control |
Create a Control. |
__repr__(self)
| |
bool |
Do the 2nd phase and create the GUI control. |
int | GetAlignment(self)
|
Bitmap | GetBitmap(self)
|
GetCustomScale(self,
OUTPUT,
OUTPUT)
| |
Icon | GetIcon(self)
|
int | GetScale(self)
|
SetAlignment(self,
align)
| |
SetBitmap(self,
bmp)
| |
SetCustomScale(self,
sx,
sy)
| |
SetIcon(self,
icon)
| |
SetScale(self,
scale)
|
Instance Method Details |
---|
__init__(self,
parent,
id=-1,
label=wxNullBitmap,
pos=DefaultPosition,
size=DefaultSize,
style=0,
name=StaticPictureNameStr)
Create a Control. Normally you should only call this from a subclass'
__init__ as a plain old wx.Control is not very useful. |
Create(self, parent, id=-1, label=wxNullBitmap, pos=DefaultPosition, size=DefaultSize, style=0, name=StaticPictureNameStr)Do the 2nd phase and create the GUI control.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:48 2005 | http://epydoc.sf.net |