|
__init__(self,
message,
bodyImage=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at... ,
header='
' ,
headerBmp=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at... ,
footer='
' ,
footerBmp=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at... )
Default class constructor. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OnWidgetEnter(self,
event)
Starts the SuperToolTip timer for creation, handles the
wx.EVT_ENTER_WINDOW event. |
source code
|
|
|
OnWidgetLeave(self,
event)
Handles the wx.EVT_LEAVE_WINDOW for the target widgets. |
source code
|
|
|
|
|
|
|
|
|
|
|
GetHeaderBitmap(self)
Returns the header bitmap. |
source code
|
|
|
|
|
|
|
|
|
GetDrawHeaderLine(self)
Returns whether the separator line after the header is drawn or not. |
source code
|
|
|
|
|
|
|
|
|
GetDrawFooterLine(self)
Returns whether the separator line before the footer is drawn or not. |
source code
|
|
|
|
|
GetFooterBitmap(self)
Returns the footer bitmap. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GetTopGradientColour(self)
Returns the top gradient colour. |
source code
|
|
|
GetMiddleGradientColour(self)
Returns the middle gradient colour. |
source code
|
|
|
GetBottomGradientColour(self)
Returns the bottom gradient colour. |
source code
|
|
|
GetTextColour(self)
Returns the text colour. |
source code
|
|
|
|
|
|
|
|
|
GetTopGradientColor(self)
Returns the top gradient colour. |
source code
|
|
|
GetMiddleGradientColor(self)
Returns the middle gradient colour. |
source code
|
|
|
GetBottomGradientColor(self)
Returns the bottom gradient colour. |
source code
|
|
|
|
|
GetTextColor(self)
Returns the text colour. |
source code
|
|
|
|
|
|
|
|
|
GetMessageFont(self)
Returns the font used in the main body message. |
source code
|
|
|
GetHeaderFont(self)
Returns the font used for the header text. |
source code
|
|
|
GetFooterFont(self)
Returns the font used for the footer text. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|