See also
Constructor. |
|
Returns the gallery which the event relates to. |
|
Returns the gallery item which the event relates to, or |
|
Sets the gallery relating to this event. |
|
Sets the gallery item relating to this event. |
See |
|
See |
Possible constructors:
RibbonGalleryEvent(command_type: EventType=wxEVT_NULL, win_id: int=0,
gallery: Optional[RibbonGallery]=None, item:
Optional[RibbonGalleryItem]=None) -> None
Constructor.
command_type (wx.EventType)
win_id (int)
gallery (wx.ribbon.RibbonGallery)
item (RibbonGalleryItem)
None
Returns the gallery which the event relates to.
Returns the gallery item which the event relates to, or None
if it does not relate to an item.
RibbonGalleryItem
Sets the gallery relating to this event.
gallery (wx.ribbon.RibbonGallery)
None
Sets the gallery item relating to this event.
item (RibbonGalleryItem)
None
See GetGallery
and SetGallery
See GetGalleryItem
and SetGalleryItem