X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ace78e271b95dc9eb6f72b475a9665847a60ae38..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/src/_mimetype.i diff --git a/wxPython/src/_mimetype.i b/wxPython/src/_mimetype.i index 8e71e13a6a..bd94363c64 100644 --- a/wxPython/src/_mimetype.i +++ b/wxPython/src/_mimetype.i @@ -86,6 +86,16 @@ public: // get the icon info const wxString& GetIconFile() const; int GetIconIndex() const; + + %property(Description, GetDescription, doc="See `GetDescription`"); + %property(Extensions, GetExtensions, doc="See `GetExtensions`"); + %property(ExtensionsCount, GetExtensionsCount, doc="See `GetExtensionsCount`"); + %property(IconFile, GetIconFile, doc="See `GetIconFile`"); + %property(IconIndex, GetIconIndex, doc="See `GetIconIndex`"); + %property(MimeType, GetMimeType, doc="See `GetMimeType`"); + %property(OpenCommand, GetOpenCommand, doc="See `GetOpenCommand`"); + %property(PrintCommand, GetPrintCommand, doc="See `GetPrintCommand`"); + %property(ShortDesc, GetShortDesc, SetShortDesc, doc="See `GetShortDesc` and `SetShortDesc`"); }; @@ -289,13 +299,21 @@ public: } } + %property(AllCommands, GetAllCommands, doc="See `GetAllCommands`"); + %property(Description, GetDescription, doc="See `GetDescription`"); + %property(Extensions, GetExtensions, doc="See `GetExtensions`"); + %property(Icon, GetIcon, doc="See `GetIcon`"); + %property(IconInfo, GetIconInfo, doc="See `GetIconInfo`"); + %property(MimeType, GetMimeType, doc="See `GetMimeType`"); + %property(MimeTypes, GetMimeTypes, doc="See `GetMimeTypes`"); + %property(OpenCommand, GetOpenCommand, doc="See `GetOpenCommand`"); + %property(PrintCommand, GetPrintCommand, doc="See `GetPrintCommand`"); }; //--------------------------------------------------------------------------- -// See also wxPy_ReinitStockObjects in helpers.cpp wxMimeTypesManager* const wxTheMimeTypesManager;