projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1718b2
)
Add wxTextEntryDialogStyle constant
author
Robin Dunn
<robin@alldunn.com>
Tue, 7 Dec 2004 17:57:53 +0000
(17:57 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Tue, 7 Dec 2004 17:57:53 +0000
(17:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30889
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/src/_cmndlgs.i
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/src/_cmndlgs.i
b/wxPython/src/_cmndlgs.i
index 9ca5cc301fe0b1547edf856917c243fa17054a02..b06600a377623d43e3f2462672f77cba123695a3 100644
(file)
--- a/
wxPython/src/_cmndlgs.i
+++ b/
wxPython/src/_cmndlgs.i
@@
-429,6
+429,8
@@
DocStr(wxTextEntryDialog,
MustHaveApp(wxTextEntryDialog);
+enum { wxTextEntryDialogStyle };
+
class wxTextEntryDialog : public wxDialog {
public:
%pythonAppend wxTextEntryDialog "self._setOORInfo(self)"