Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module toasterbox :: Class ToasterBox |
|
object
--+ |Object
--+ |EvtHandler
--+ |Timer
--+ | ToasterBox
Method Summary | |
---|---|
Default class constructor. | |
Adds a panel to the ToasterBox. | |
Clean the window list. | |
Returns the ToasterBox frame. | |
If a ToasterBox already exists, move the new one above. | |
It's time to hide a ToasterBox! | |
Creates the ToasterBoxWindow, that does all the job. | |
Sets the ToasterBox background colour. | |
Sets the ToasterBox background image. | |
Sets the time after which the ToasterBox is destroyed (linger). | |
Sets the ToasterBox position on screen. | |
Sets the ToasterBox position on screen, at one of the screen corners. | |
Sets the ToasterBox scroll speed. | |
Sets the ToasterBox size. | |
Sets the ToasterBox text. | |
Sets the ToasterBox foreground colour. | |
Sets the ToasterBox text font. | |
Sets the ToasterBox title if it was created with TB_CAPTION window style. |
Property Summary |
---|
Method Details |
---|
__init__(self,
parent,
tbstyle=1,
windowstyle=33587202,
closingstyle=1,
scrollType=2)
|
AddPanel(self, panel)Adds a panel to the ToasterBox. Use it only for ToasterBoxes created with TB_COMPLEX style. |
CleanList(self)Clean the window list. |
GetToasterBoxWindow(self)Returns the ToasterBox frame. |
MoveAbove(self, tb)If a ToasterBox already exists, move the new one above. |
Notify(self)It's time to hide a ToasterBox!
|
Play(self)Creates the ToasterBoxWindow, that does all the job. |
SetPopupBackgroundColor(self, colour=None)Sets the ToasterBox background colour. Use it only for ToasterBoxes created with TB_SIMPLE style. |
SetPopupBitmap(self, bitmap=None)Sets the ToasterBox background image. Use it only for ToasterBoxes created with TB_SIMPLE style. |
SetPopupPauseTime(self, pausetime)Sets the time after which the ToasterBox is destroyed (linger). |
SetPopupPosition(self, pos)Sets the ToasterBox position on screen. |
SetPopupPositionByInt(self, pos)Sets the ToasterBox position on screen, at one of the screen corners. |
SetPopupScrollSpeed(self, speed)Sets the ToasterBox scroll speed. The speed parameter is the pause time (in ms) for every step in the ScrollUp() method. |
SetPopupSize(self, size)Sets the ToasterBox size. |
SetPopupText(self, text)Sets the ToasterBox text. Use it only for ToasterBoxes created with TB_SIMPLE style. |
SetPopupTextColor(self, colour=None)Sets the ToasterBox foreground colour. Use it only for ToasterBoxes created with TB_SIMPLE style. |
SetPopupTextFont(self, font=None)Sets the ToasterBox text font. Use it only for ToasterBoxes created with TB_SIMPLE style. |
SetTitle(self, title)Sets the ToasterBox title if it was created with TB_CAPTION window style. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:52:34 2009 | http://epydoc.sf.net |