+ def GetIconBundle(*args, **kwargs):
+ """
+ GetIconBundle(wxArtID id, wxArtClient client=wxART_OTHER) -> wxIconBundle
+
+ Query the providers for iconbundle with given ID and return it. Return
+ wx.NullIconBundle if no provider provides it.
+ """
+ return _misc_.ArtProvider_GetIconBundle(*args, **kwargs)
+
+ GetIconBundle = staticmethod(GetIconBundle)