phoenix_title wx.ribbon.RibbonPanelEvent

Event used to indicate various actions relating to a wx.ribbon.RibbonPanel.

See wx.ribbon.RibbonPanel for available event types.

New in version 2.9.4.

See also

wx.ribbon.RibbonPanel


class_hierarchy Class Hierarchy

Inheritance diagram for class RibbonPanelEvent:

method_summary Methods Summary

__init__

Constructor.

GetPanel

Returns the panel relating to this event.

SetPanel

Sets the page relating to this event.


property_summary Properties Summary

Panel

See GetPanel and SetPanel


api Class API

class wx.ribbon.RibbonPanelEvent(CommandEvent)

Possible constructors:

RibbonPanelEvent(command_type: EventType=wxEVT_NULL, win_id: int=0,
                 panel: Optional[RibbonPanel]=None) -> None

Event used to indicate various actions relating to a RibbonPanel.


Methods

__init__(self, command_type: EventType=wxEVT_NULL, win_id: int=0, panel: Optional[RibbonPanel]=None)

Constructor.

Parameters:
Return type:

None



GetPanel(self)

Returns the panel relating to this event.

Return type:

wx.ribbon.RibbonPanel



SetPanel(self, page : RibbonPanel)

Sets the page relating to this event.

Parameters:

page (wx.ribbon.RibbonPanel) –

Return type:

None


Properties

Panel

See GetPanel and SetPanel