Moved "edit" icon from wxEditableListBox to wxArtProvider.
"Edit" icon definition used internally in wxEditableListBox is moved to wxDefaultArtProvider and exposed as wxART_EDIT. While there is no native version of this icon yet, it could be added in the future and in the meanwhile this commit will be useful to use only standard bitmaps in wxEditableListBox.
This commit is contained in:
committed by
Vadim Zeitlin
parent
8e9c327221
commit
75467841ee
@@ -89,6 +89,7 @@ wxArtID wxART_FIND;
|
||||
wxArtID wxART_FIND_AND_REPLACE;
|
||||
|
||||
wxArtID wxART_FULL_SCREEN;
|
||||
wxArtID wxART_EDIT;
|
||||
|
||||
|
||||
/**
|
||||
@@ -191,6 +192,7 @@ wxArtID wxART_FULL_SCREEN;
|
||||
@li @c wxART_FIND
|
||||
@li @c wxART_FIND_AND_REPLACE
|
||||
@li @c wxART_FULL_SCREEN (since 3.1.0)
|
||||
@li @c wxART_EDIT (since 3.1.0)
|
||||
@li @c wxART_HARDDISK
|
||||
@li @c wxART_FLOPPY
|
||||
@li @c wxART_CDROM
|
||||
|
Reference in New Issue
Block a user