Base class for all the Ribbon stuff.
wx.lib.agw.ribbon.control.RibbonControl
Default class constructor. |
|
RibbonPageScrollButton
(RibbonControl)¶Base class for all the Ribbon stuff.
__init__
(self, sibling, id=wx.ID_ANY, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0)¶Default class constructor.
parent (wx.Window) – pointer to a parent window;
id (integer) – window identifier. If wx.ID_ANY
, will automatically create
an identifier;
pos (tuple or wx.Point
) – window position. wx.DefaultPosition
indicates that wxPython
should generate a default position for the window;
size (tuple or wx.Point
) – window size. wx.DefaultSize
indicates that wxPython should
generate a default size for the window. If no suitable size can be found, the
window will be sized to 20x20 pixels so that the window is visible but obviously
not correctly sized;
style (integer) – the window style;
validator (wx.Validator) – window validator;
name (string) – window name.
OnEraseBackground
(self, event)¶OnMouseDown
(self, event)¶OnMouseEnter
(self, event)¶OnMouseLeave
(self, event)¶OnMouseUp
(self, event)¶OnPaint
(self, event)¶