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:
@@ -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
|
||||
constants in the \helpref{artprov}{sampleartprovider} sample):
|
||||
\begin{itemize}\itemsep=0pt
|
||||
\item wxART\_ADD\_BOOKMARK
|
||||
\item wxART\_DEL\_BOOKMARK
|
||||
\item wxART\_HELP\_SIDE\_PANEL
|
||||
\item wxART\_HELP\_SETTINGS
|
||||
\item wxART\_HELP\_BOOK
|
||||
\item wxART\_HELP\_FOLDER
|
||||
\item wxART\_HELP\_PAGE
|
||||
\item wxART\_GO\_BACK
|
||||
\item wxART\_GO\_FORWARD
|
||||
\item wxART\_GO\_UP
|
||||
\item wxART\_GO\_DOWN
|
||||
\item wxART\_GO\_TO\_PARENT
|
||||
\item wxART\_GO\_HOME
|
||||
\item wxART\_FILE\_OPEN
|
||||
\item wxART\_PRINT
|
||||
\item wxART\_HELP
|
||||
\item wxART\_TIP
|
||||
\item wxART\_REPORT\_VIEW
|
||||
\item wxART\_LIST\_VIEW
|
||||
\item wxART\_NEW\_DIR
|
||||
\item wxART\_FOLDER
|
||||
\item wxART\_GO\_DIR\_UP
|
||||
\item wxART\_EXECUTABLE\_FILE
|
||||
\item wxART\_NORMAL\_FILE
|
||||
\item wxART\_TICK\_MARK
|
||||
\item wxART\_CROSS\_MARK
|
||||
\item wxART\_ERROR
|
||||
\item wxART\_QUESTION
|
||||
\item wxART\_WARNING
|
||||
\item wxART\_INFORMATION
|
||||
\item wxART\_MISSING\_IMAGE
|
||||
|
||||
\item wxART\_ERROR
|
||||
\item wxART\_QUESTION
|
||||
\item wxART\_WARNING
|
||||
\item wxART\_INFORMATION
|
||||
\item wxART\_ADD\_BOOKMARK
|
||||
\item wxART\_DEL\_BOOKMARK
|
||||
\item wxART\_HELP\_SIDE\_PANEL
|
||||
\item wxART\_HELP\_SETTINGS
|
||||
\item wxART\_HELP\_BOOK
|
||||
\item wxART\_HELP\_FOLDER
|
||||
\item wxART\_HELP\_PAGE
|
||||
\item wxART\_GO\_BACK
|
||||
\item wxART\_GO\_FORWARD
|
||||
\item wxART\_GO\_UP
|
||||
\item wxART\_GO\_DOWN
|
||||
\item wxART\_GO\_TO\_PARENT
|
||||
\item wxART\_GO\_HOME
|
||||
\item wxART\_PRINT
|
||||
\item wxART\_HELP
|
||||
\item wxART\_TIP
|
||||
\item wxART\_REPORT\_VIEW
|
||||
\item wxART\_LIST\_VIEW
|
||||
\item wxART\_NEW\_DIR
|
||||
\item wxART\_FOLDER
|
||||
\item wxART\_FOLDER\_OPEN
|
||||
\item wxART\_GO\_DIR\_UP
|
||||
\item wxART\_EXECUTABLE\_FILE
|
||||
\item wxART\_NORMAL\_FILE
|
||||
\item wxART\_TICK\_MARK
|
||||
\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}
|
||||
|
||||
Additionally, any string recognized by custom art providers registered using
|
||||
|
Reference in New Issue
Block a user