added wxART_BUTTON
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,6 +83,7 @@ values:
|
|||||||
\begin{itemize}\itemsep=0pt
|
\begin{itemize}\itemsep=0pt
|
||||||
\item wxART\_TOOLBAR
|
\item wxART\_TOOLBAR
|
||||||
\item wxART\_MENU
|
\item wxART\_MENU
|
||||||
|
\item wxART\_BUTTON
|
||||||
\item wxART\_FRAME\_ICON
|
\item wxART\_FRAME\_ICON
|
||||||
\item wxART\_CMN\_DIALOG
|
\item wxART\_CMN\_DIALOG
|
||||||
\item wxART\_HELP\_BROWSER
|
\item wxART\_HELP\_BROWSER
|
||||||
|
@@ -47,6 +47,7 @@ typedef wxString wxArtID;
|
|||||||
#define wxART_CMN_DIALOG wxART_MAKE_CLIENT_ID(wxART_CMN_DIALOG)
|
#define wxART_CMN_DIALOG wxART_MAKE_CLIENT_ID(wxART_CMN_DIALOG)
|
||||||
#define wxART_HELP_BROWSER wxART_MAKE_CLIENT_ID(wxART_HELP_BROWSER)
|
#define wxART_HELP_BROWSER wxART_MAKE_CLIENT_ID(wxART_HELP_BROWSER)
|
||||||
#define wxART_MESSAGE_BOX wxART_MAKE_CLIENT_ID(wxART_MESSAGE_BOX)
|
#define wxART_MESSAGE_BOX wxART_MAKE_CLIENT_ID(wxART_MESSAGE_BOX)
|
||||||
|
#define wxART_BUTTON wxART_MAKE_CLIENT_ID(wxART_BUTTON)
|
||||||
|
|
||||||
#define wxART_OTHER wxART_MAKE_CLIENT_ID(wxART_OTHER)
|
#define wxART_OTHER wxART_MAKE_CLIENT_ID(wxART_OTHER)
|
||||||
|
|
||||||
@@ -119,6 +120,8 @@ protected:
|
|||||||
friend class wxArtProviderModule;
|
friend class wxArtProviderModule;
|
||||||
// Initializes default provider
|
// Initializes default provider
|
||||||
static void InitStdProvider();
|
static void InitStdProvider();
|
||||||
|
// Initializes platform's native provider, if available (e.g. GTK2)
|
||||||
|
static void InitNativeProvider();
|
||||||
// Destroy caches & all providers
|
// Destroy caches & all providers
|
||||||
static void CleanUpProviders();
|
static void CleanUpProviders();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user