Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module advancedsplash :: Class AdvancedSplash |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Frame
--+ | AdvancedSplash
Method Summary | |
---|---|
Default class constructor. | |
Returns a list of strings and a list of integers containing the styles. | |
Returns the text displayed on AdvancedSplash. | |
Gets the colour for the text in AdvancedSplash. | |
Gets the font for the text in AdvancedSplash. | |
Returns the text position inside AdvancedSplash frame. | |
Handles the wx.EVT_CHAR for AdvancedSplash. | |
Handles the wx.EVT_CLOSE for AdvancedSplash. | |
Handles the wx.EVT_MOUSE_EVENTS for AdvancedSplash. | |
Handles the timer expiration, and calls the close() method. | |
Handles the wx.EVT_PAINT for AdvancedSplash. | |
Sets AdvancedSplash shape using the region created from the bitmap. | |
Sets the text to be displayed on AdvancedSplash. | |
Sets the colour for the text in AdvancedSplash. | |
Sets the font for the text in AdvancedSplash. | |
Sets the text position inside AdvancedSplash frame. | |
Applies a mask on the bitmap accordingly to user input. |
Property Summary |
---|
Instance Method Details |
---|
__init__(self,
parent,
id=-1,
pos=wx.Point(-1, -1),
size=wx.Size(-1, -1),
style=32786,
bitmap=None,
timeout=5000,
extrastyle=5,
shadowcolour=None)
|
GetSplashStyle(self)Returns a list of strings and a list of integers containing the styles. |
GetText(self)Returns the text displayed on AdvancedSplash. |
GetTextColour(self)Gets the colour for the text in AdvancedSplash. |
GetTextFont(self)Gets the font for the text in AdvancedSplash. |
GetTextPosition(self)Returns the text position inside AdvancedSplash frame. |
OnCharEvents(self, event)Handles the wx.EVT_CHAR for AdvancedSplash. This reproduces the behavior of wx.SplashScreen. |
OnCloseWindow(self, event)Handles the wx.EVT_CLOSE for AdvancedSplash. This reproduces the behavior of wx.SplashScreen. |
OnMouseEvents(self, event)Handles the wx.EVT_MOUSE_EVENTS for AdvancedSplash. This reproduces the behavior of wx.SplashScreen. |
OnNotify(self)Handles the timer expiration, and calls the close() method. |
OnPaint(self, event)Handles the wx.EVT_PAINT for AdvancedSplash. |
SetSplashShape(self)Sets AdvancedSplash shape using the region created from the bitmap. |
SetText(self, text=None)Sets the text to be displayed on AdvancedSplash. |
SetTextColour(self, colour=None)Sets the colour for the text in AdvancedSplash. |
SetTextFont(self, font=None)Sets the font for the text in AdvancedSplash. |
SetTextPosition(self, position=None)Sets the text position inside AdvancedSplash frame. |
ShadowBitmap(self, bmp, shadowcolour)Applies a mask on the bitmap accordingly to user input. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:51:43 2009 | http://epydoc.sf.net |