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/wxIdleEvent.erl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/wx/src/gen/wxIdleEvent.erl') diff --git a/lib/wx/src/gen/wxIdleEvent.erl b/lib/wx/src/gen/wxIdleEvent.erl index a19fdcc48e..e4d6a5a059 100644 --- a/lib/wx/src/gen/wxIdleEvent.erl +++ b/lib/wx/src/gen/wxIdleEvent.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: wxIdleEvent. +%% @doc See external documentation: wxIdleEvent. %%
Use {@link wxEvtHandler:connect/3.} with EventType:
%%
idle
%% See also the message variant {@link wxEvtHandler:wxIdle(). #wxIdle{}} event record type. @@ -45,7 +45,7 @@ parent_class(wxEvent) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxIdleEvent() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec canSend(Win) -> boolean() when Win::wxWindow:wxWindow(). canSend(#wx_ref{type=WinT,ref=WinRef}) -> @@ -53,7 +53,7 @@ canSend(#wx_ref{type=WinT,ref=WinRef}) -> wxe_util:call(?wxIdleEvent_CanSend, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Res = ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED -spec getMode() -> wx:wx_enum(). getMode() -> @@ -68,7 +68,7 @@ requestMore(This) when is_record(This, wx_ref) -> requestMore(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec requestMore(This, [Option]) -> ok when This::wxIdleEvent(), Option :: {needMore, boolean()}. @@ -81,7 +81,7 @@ requestMore(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxIdleEvent_RequestMore, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec moreRequested(This) -> boolean() when This::wxIdleEvent(). moreRequested(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -89,7 +89,7 @@ moreRequested(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxIdleEvent_MoreRequested, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Mode = ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED -spec setMode(Mode) -> ok when Mode::wx:wx_enum(). -- cgit v1.2.3