phoenix_title wx.ribbon.RibbonBarEvent

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

See wx.ribbon.RibbonBar for available event types.

See also

wx.ribbon.RibbonBar


class_hierarchy Class Hierarchy

Inheritance diagram for class RibbonBarEvent:

method_summary Methods Summary

__init__

Constructor.

GetPage

Returns the page being changed to, or being clicked on.

SetPage

Sets the page relating to this event.


property_summary Properties Summary

Page

See GetPage and SetPage


api Class API

class wx.ribbon.RibbonBarEvent(NotifyEvent)

Possible constructors:

RibbonBarEvent(command_type: EventType=wxEVT_NULL, win_id: int=0, page:
               Optional[RibbonPage]=None) -> None

Event used to indicate various actions relating to a RibbonBar.


Methods

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

Constructor.

Parameters:
Return type:

None



GetPage(self)

Returns the page being changed to, or being clicked on.

Return type:

wx.ribbon.RibbonPage



SetPage(self, page : RibbonPage)

Sets the page relating to this event.

Parameters:

page (wx.ribbon.RibbonPage) –

Return type:

None


Properties

Page

See GetPage and SetPage