diff options
Diffstat (limited to 'lib/wx/src/gen/wxFocusEvent.erl')
-rw-r--r-- | lib/wx/src/gen/wxFocusEvent.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/src/gen/wxFocusEvent.erl b/lib/wx/src/gen/wxFocusEvent.erl index 4fb0432927..46f2e2a3df 100644 --- a/lib/wx/src/gen/wxFocusEvent.erl +++ b/lib/wx/src/gen/wxFocusEvent.erl @@ -22,7 +22,7 @@ %% <dd><em>set_focus</em>, <em>kill_focus</em></dd></dl> %% See also the message variant {@link wxEvtHandler:wxFocus(). #wxFocus{}} event record type. %% -%% <p>This class is derived (and can use functions) from: +%% <p>This class is derived (and can use functions) from: %% <br />{@link wxEvent} %% </p> %% @type wxFocusEvent(). An object reference, The representation is internal @@ -48,7 +48,7 @@ getWindow(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxFocusEvent_GetWindow, <<ThisRef:32/?UI>>). - %% From wxEvent + %% From wxEvent %% @hidden stopPropagation(This) -> wxEvent:stopPropagation(This). %% @hidden |