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:
Václav Slavík
2002-03-08 23:57:35 +00:00
parent d962864764
commit dd1d4b137b
2 changed files with 40 additions and 24 deletions

View File

@@ -153,6 +153,11 @@ def EVT_DYNAMIC_SASH_UNIFY(win, id, func):
"
//----------------------------------------------------------------------
enum {
wxEL_ALLOW_NEW,
wxEL_ALLOW_EDIT,
wxEL_ALLOW_DELETE,
};
//----------------------------------------------------------------------
enum {