Add go to first/last and plus/minus art provider icons.
These icons will be used in the upcoming new implementation of the print preview frame and as they are also natively supported by GTK+ it makes sense to have support for them in wx itself. Notice that the existing bookmark add/remove icons are already mapped to the icons which look like plus and minus signs respectively in wxGTK but we need plus/minus in print preview in the other ports too so add these icons under explicit names. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,10 +79,12 @@ typedef class wxString wxArtID;
|
||||
@li wxART_GO_BACK
|
||||
@li wxART_GO_FORWARD
|
||||
@li wxART_GO_UP
|
||||
</td><td>
|
||||
@li wxART_GO_DOWN
|
||||
@li wxART_GO_TO_PARENT
|
||||
@li wxART_GO_HOME
|
||||
@li wxART_GOTO_FIRST (since 2.9.2)
|
||||
</td><td>
|
||||
@li wxART_GOTO_LAST (since 2.9.2)
|
||||
@li wxART_PRINT
|
||||
@li wxART_HELP
|
||||
@li wxART_TIP
|
||||
@@ -96,11 +98,11 @@ typedef class wxString wxArtID;
|
||||
@li wxART_NORMAL_FILE
|
||||
@li wxART_TICK_MARK
|
||||
@li wxART_CROSS_MARK
|
||||
</td><td>
|
||||
@li wxART_MISSING_IMAGE
|
||||
@li wxART_NEW
|
||||
@li wxART_FILE_OPEN
|
||||
@li wxART_FILE_SAVE
|
||||
</td><td>
|
||||
@li wxART_FILE_SAVE_AS
|
||||
@li wxART_DELETE
|
||||
@li wxART_COPY
|
||||
@@ -108,6 +110,8 @@ typedef class wxString wxArtID;
|
||||
@li wxART_PASTE
|
||||
@li wxART_UNDO
|
||||
@li wxART_REDO
|
||||
@li wxART_PLUS (since 2.9.2)
|
||||
@li wxART_MINUS (since 2.9.2)
|
||||
@li wxART_CLOSE
|
||||
@li wxART_QUIT
|
||||
@li wxART_FIND
|
||||
|
Reference in New Issue
Block a user