From 4a9055ebb2f5fc69205a1082bbc813839c0e3138 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 21 Nov 2013 14:18:31 +0100 Subject: wx: Update documentation links to wxWidgets --- lib/wx/src/gen/wxNavigationKeyEvent.erl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/wx/src/gen/wxNavigationKeyEvent.erl') diff --git a/lib/wx/src/gen/wxNavigationKeyEvent.erl b/lib/wx/src/gen/wxNavigationKeyEvent.erl index 7559639fcd..314d2814ef 100644 --- a/lib/wx/src/gen/wxNavigationKeyEvent.erl +++ b/lib/wx/src/gen/wxNavigationKeyEvent.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2012. All Rights Reserved. +%% Copyright Ericsson AB 2008-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% This file is generated DO NOT EDIT -%% @doc See external documentation: wxNavigationKeyEvent. +%% @doc See external documentation: wxNavigationKeyEvent. %%
Use {@link wxEvtHandler:connect/3.} with EventType:
%%
navigation_key
%% See also the message variant {@link wxEvtHandler:wxNavigationKey(). #wxNavigationKey{}} event record type. @@ -44,7 +44,7 @@ parent_class(wxEvent) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxNavigationKeyEvent() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec getDirection(This) -> boolean() when This::wxNavigationKeyEvent(). getDirection(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -52,7 +52,7 @@ getDirection(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxNavigationKeyEvent_GetDirection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setDirection(This, BForward) -> ok when This::wxNavigationKeyEvent(), BForward::boolean(). setDirection(#wx_ref{type=ThisT,ref=ThisRef},BForward) @@ -61,7 +61,7 @@ setDirection(#wx_ref{type=ThisT,ref=ThisRef},BForward) wxe_util:cast(?wxNavigationKeyEvent_SetDirection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isWindowChange(This) -> boolean() when This::wxNavigationKeyEvent(). isWindowChange(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -69,7 +69,7 @@ isWindowChange(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxNavigationKeyEvent_IsWindowChange, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setWindowChange(This, BIs) -> ok when This::wxNavigationKeyEvent(), BIs::boolean(). setWindowChange(#wx_ref{type=ThisT,ref=ThisRef},BIs) @@ -78,7 +78,7 @@ setWindowChange(#wx_ref{type=ThisT,ref=ThisRef},BIs) wxe_util:cast(?wxNavigationKeyEvent_SetWindowChange, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isFromTab(This) -> boolean() when This::wxNavigationKeyEvent(). isFromTab(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -86,7 +86,7 @@ isFromTab(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxNavigationKeyEvent_IsFromTab, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setFromTab(This, BIs) -> ok when This::wxNavigationKeyEvent(), BIs::boolean(). setFromTab(#wx_ref{type=ThisT,ref=ThisRef},BIs) @@ -95,7 +95,7 @@ setFromTab(#wx_ref{type=ThisT,ref=ThisRef},BIs) wxe_util:cast(?wxNavigationKeyEvent_SetFromTab, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCurrentFocus(This) -> wxWindow:wxWindow() when This::wxNavigationKeyEvent(). getCurrentFocus(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -103,7 +103,7 @@ getCurrentFocus(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxNavigationKeyEvent_GetCurrentFocus, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setCurrentFocus(This, Win) -> ok when This::wxNavigationKeyEvent(), Win::wxWindow:wxWindow(). setCurrentFocus(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WinT,ref=WinRef}) -> -- cgit v1.2.3