Home | Trees | Indices | Help |
|
---|
|
object --+ | wx._core.Object --+ | wx._core.EvtHandler --+ | wx._core.Window --+ | wx._windows.Panel --+ | ImageContainerBase --+ | ImageContainer
|
|||
|
__init__(self,
parent,
id=wx.ID_ANY,
pos=wx.DefaultPosition,
size=wx.DefaultSize,
style=0,
name="ImageContainer") Default class constructor. |
||
|
OnSize(self,
event) Handles the wx.EVT_SIZE event for ImageContainer. |
||
|
OnMouseLeftDown(self,
event) Handles the wx.EVT_LEFT_DOWN event for ImageContainer. |
||
|
OnMouseLeftUp(self,
event) Handles the wx.EVT_LEFT_UP event for ImageContainer. |
||
|
OnEraseBackground(self,
event) Handles the wx.EVT_ERASE_BACKGROUND event for ImageContainer. |
||
|
OnMouseMove(self,
event) Handles the wx.EVT_MOTION event for ImageContainer. |
||
|
OnMouseLeaveWindow(self,
event) Handles the wx.EVT_LEAVE_WINDOW event for ImageContainer. |
||
|
CanDoBottomStyle(self) Allows the parent to examine the children type. |
||
|
OnPaint(self,
event) Handles the wx.EVT_PAINT event for ImageContainer. |
||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
Inherited from ImageContainerBase | |||
---|---|---|---|
|
AddPage(self,
caption,
selected=True,
imgIdx=-1) Adds a page to the container. |
||
|
AssignImageList(self,
imglist) Assigns an image list to the ImageContainerBase. |
||
|
ClearAll(self) Deletes all the pages in the container. |
||
|
ClearFlag(self,
flag) Removes flag from the style. |
||
|
DoDeletePage(self,
page) Does the actual page deletion. |
||
|
DrawPin(self,
dc,
rect,
downPin) Draw a pin button, that allows collapsing of the image panel. |
||
|
FixTextSize(self,
dc,
text,
maxWidth) Fixes the text, to fit maxWidth value. |
||
|
GetImageList(self) Return the image list for ImageContainerBase. |
||
|
GetImageSize(self) Returns the image size inside the ImageContainerBase image list. |
||
|
HasFlag(self,
flag) Tests for existance of flag in the style. |
||
|
HitTest(self,
pt) Returns the index of the tab at the specified position or wx.NOT_FOUND if None, plus the flag style of HitTest. |
||
|
PointOnSash(self,
pt) Tests whether pt is located on the sash. |
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
Default class constructor. Parameters: @param parent - parent window @param id - Window id @param pos - Window position @param size - Window size @param style - possible style INB_XXX
|
|
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Mon Nov 06 17:10:48 2006 | http://epydoc.sourceforge.net |