projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51dff7
)
Add SetKind accessor
author
Robin Dunn
<robin@alldunn.com>
Thu, 22 Apr 2004 22:08:09 +0000
(22:08 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Thu, 22 Apr 2004 22:08:09 +0000
(22:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26923
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/src/_menu.i
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/src/_menu.i
b/wxPython/src/_menu.i
index 02dc200a3c6bda354608dc173f622a762022570d..af7a940d08e4984d50a69f2178f4ec445f51a973 100644
(file)
--- a/
wxPython/src/_menu.i
+++ b/
wxPython/src/_menu.i
@@
-292,7
+292,7
@@
public:
class wxMenuItem : public wxObject {
public:
- wxMenuItem(wxMenu* parentMenu=NULL, int id=wxID_
SEPARATOR
,
+ wxMenuItem(wxMenu* parentMenu=NULL, int id=wxID_
ANY
,
const wxString& text = wxPyEmptyString,
const wxString& help = wxPyEmptyString,
wxItemKind kind = wxITEM_NORMAL,
@@
-322,6
+322,7
@@
public:
// what kind of menu item we are
wxItemKind GetKind() const;
+ void SetKind(wxItemKind kind);
virtual void SetCheckable(bool checkable);
bool IsCheckable() const;