AGW Logo

agw_title RibbonBarEvent

Event used to indicate various actions relating to a RibbonBar.

See RibbonBar for available event types.

hierarchy Inheritance Diagram

Inheritance diagram for: RibbonBarEvent

Inheritance diagram of RibbonBarEvent


method_summary Methods Summary

__init__
Allow
GetPageReturns the page being changed to, or being clicked on.
IsAllowed
SetPageSets the page relating to this event.
Veto

API Class API

class RibbonBarEvent(wx.NotifyEvent)[source]

Event used to indicate various actions relating to a RibbonBar.

See RibbonBar for available event types.



__init__(command_type=None, win_id=0, page=None)[source]


Allow()[source]


GetPage()[source]

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



IsAllowed()[source]


SetPage(page)[source]

Sets the page relating to this event.

Parameters:page – MISSING DESCRIPTION.


Veto()[source]
Tree

Table Of Contents

Previous topic

RibbonBar

Next topic

ribbon.bar functions