X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7cfad3ad6bc8080b33a0878a14b1c02ca33fe3e..58ce18f2fdadecffb21e27555115af708325cf18:/include/wx/artprov.h diff --git a/include/wx/artprov.h b/include/wx/artprov.h index 326fbf06cc..fcc93518f6 100644 --- a/include/wx/artprov.h +++ b/include/wx/artprov.h @@ -201,8 +201,14 @@ public: protected: friend class wxArtProviderModule; +#if wxUSE_ARTPROVIDER_STD // Initializes default provider static void InitStdProvider(); +#endif // wxUSE_ARTPROVIDER_STD + // Initializes Tango-based icon provider +#if wxUSE_ARTPROVIDER_TANGO + static void InitTangoProvider(); +#endif // wxUSE_ARTPROVIDER_TANGO // Initializes platform's native provider, if available (e.g. GTK2) static void InitNativeProvider(); // Destroy caches & all providers