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 |
wx.ribbon.
RibbonGalleryEvent
(CommandEvent)¶Possible constructors:
RibbonGalleryEvent(command_type=wxEVT_NULL, win_id=0, gallery=None,
item=None)
__init__
(self, 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) –
GetGallery
(self)¶Returns the gallery which the event relates to.
GetGalleryItem
(self)¶Returns the gallery item which the event relates to, or None
if it does not relate to an item.
RibbonGalleryItem
SetGallery
(self, gallery)¶Sets the gallery relating to this event.
gallery (wx.ribbon.RibbonGallery) –
SetGalleryItem
(self, item)¶Sets the gallery item relating to this event.
item (RibbonGalleryItem) –
Gallery
¶See GetGallery
and SetGallery
GalleryItem
¶See GetGalleryItem
and SetGalleryItem