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=wxEVT_NULL, win_id=0, gallery=None,
item=None)
Constructor.
command_type (wx.EventType) –
win_id (int) –
gallery (wx.ribbon.RibbonGallery) –
item (RibbonGalleryItem) –
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) –
Sets the gallery item relating to this event.
item (RibbonGalleryItem) –
See GetGallery
and SetGallery
See GetGalleryItem
and SetGalleryItem