added more wxART_XXX ids (patch 1687751)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-30 18:53:45 +00:00
parent 60f8c22b25
commit d6b7a9285c

View File

@@ -42,37 +42,56 @@ requesting a resource from it. The ID is represented by wxArtID type and can
have one of these predefined values (you can see bitmaps represented by these have one of these predefined values (you can see bitmaps represented by these
constants in the \helpref{artprov}{sampleartprovider} sample): constants in the \helpref{artprov}{sampleartprovider} sample):
\begin{itemize}\itemsep=0pt \begin{itemize}\itemsep=0pt
\item wxART\_ADD\_BOOKMARK
\item wxART\_DEL\_BOOKMARK \item wxART\_ERROR
\item wxART\_HELP\_SIDE\_PANEL \item wxART\_QUESTION
\item wxART\_HELP\_SETTINGS \item wxART\_WARNING
\item wxART\_HELP\_BOOK \item wxART\_INFORMATION
\item wxART\_HELP\_FOLDER \item wxART\_ADD\_BOOKMARK
\item wxART\_HELP\_PAGE \item wxART\_DEL\_BOOKMARK
\item wxART\_GO\_BACK \item wxART\_HELP\_SIDE\_PANEL
\item wxART\_GO\_FORWARD \item wxART\_HELP\_SETTINGS
\item wxART\_GO\_UP \item wxART\_HELP\_BOOK
\item wxART\_GO\_DOWN \item wxART\_HELP\_FOLDER
\item wxART\_GO\_TO\_PARENT \item wxART\_HELP\_PAGE
\item wxART\_GO\_HOME \item wxART\_GO\_BACK
\item wxART\_FILE\_OPEN \item wxART\_GO\_FORWARD
\item wxART\_PRINT \item wxART\_GO\_UP
\item wxART\_HELP \item wxART\_GO\_DOWN
\item wxART\_TIP \item wxART\_GO\_TO\_PARENT
\item wxART\_REPORT\_VIEW \item wxART\_GO\_HOME
\item wxART\_LIST\_VIEW \item wxART\_PRINT
\item wxART\_NEW\_DIR \item wxART\_HELP
\item wxART\_FOLDER \item wxART\_TIP
\item wxART\_GO\_DIR\_UP \item wxART\_REPORT\_VIEW
\item wxART\_EXECUTABLE\_FILE \item wxART\_LIST\_VIEW
\item wxART\_NORMAL\_FILE \item wxART\_NEW\_DIR
\item wxART\_TICK\_MARK \item wxART\_FOLDER
\item wxART\_CROSS\_MARK \item wxART\_FOLDER\_OPEN
\item wxART\_ERROR \item wxART\_GO\_DIR\_UP
\item wxART\_QUESTION \item wxART\_EXECUTABLE\_FILE
\item wxART\_WARNING \item wxART\_NORMAL\_FILE
\item wxART\_INFORMATION \item wxART\_TICK\_MARK
\item wxART\_MISSING\_IMAGE \item wxART\_CROSS\_MARK
\item wxART\_MISSING\_IMAGE
\item wxART\_NEW
\item wxART\_FILE\_OPEN
\item wxART\_FILE\_SAVE
\item wxART\_FILE\_SAVE\_AS
\item wxART\_DELETE
\item wxART\_COPY
\item wxART\_CUT
\item wxART\_PASTE
\item wxART\_UNDO
\item wxART\_REDO
\item wxART\_QUIT
\item wxART\_FIND
\item wxART\_FIND\_AND\_REPLACE
\item wxART\_HARDDISK
\item wxART\_FLOPPY
\item wxART\_CDROM
\item wxART\_REMOVABLE
\end{itemize} \end{itemize}
Additionally, any string recognized by custom art providers registered using Additionally, any string recognized by custom art providers registered using