applied patch to wxEditableListBox that adds wxEL_ALLOW_{EDIT,NEW,DELETE} with obvious meanings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -153,6 +153,11 @@ def EVT_DYNAMIC_SASH_UNIFY(win, id, func):
|
||||
"
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
enum {
|
||||
wxEL_ALLOW_NEW,
|
||||
wxEL_ALLOW_EDIT,
|
||||
wxEL_ALLOW_DELETE,
|
||||
};
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user