projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba7bc4e
)
Correct EVT_MAXIMIZE macro name in wxTLW documentation.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 9 Mar 2011 09:40:04 +0000
(09:40 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 9 Mar 2011 09:40:04 +0000
(09:40 +0000)
EVT_ACTIVATE was mistakenly used instead.
See #13022.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67156
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
interface/wx/toplevel.h
patch
|
blob
|
blame
|
history
diff --git
a/interface/wx/toplevel.h
b/interface/wx/toplevel.h
index 7452c04083e1a85c3890fd172a94a84fb0d1e9c7..888f38a2210a0e5565808011569c8b89909c8e72 100644
(file)
--- a/
interface/wx/toplevel.h
+++ b/
interface/wx/toplevel.h
@@
-46,7
+46,7
@@
enum
internal top level window list.
@beginEventEmissionTable
- @event{EVT_
ACTIVAT
E(id, func)}
+ @event{EVT_
MAXIMIZ
E(id, func)}
Process a @c wxEVT_MAXIMIZE event. See wxMaximizeEvent.
@event{EVT_MOVE(func)}
Process a @c wxEVT_MOVE event, which is generated when a window is moved.