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/wxCaret.erl | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'lib/wx/src/gen/wxCaret.erl') diff --git a/lib/wx/src/gen/wxCaret.erl b/lib/wx/src/gen/wxCaret.erl index 57db5906f3..e2b503e975 100644 --- a/lib/wx/src/gen/wxCaret.erl +++ b/lib/wx/src/gen/wxCaret.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: wxCaret. +%% @doc See external documentation: wxCaret. %% @type wxCaret(). An object reference, The representation is internal %% and can be changed without notice. It can't be used for comparsion %% stored on disc or distributed for use on other nodes. @@ -36,7 +36,7 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxCaret() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Window, Size) -> wxCaret() when Window::wxWindow:wxWindow(), Size::{W::integer(), H::integer()}. new(#wx_ref{type=WindowT,ref=WindowRef},{SizeW,SizeH}) @@ -45,7 +45,7 @@ new(#wx_ref{type=WindowT,ref=WindowRef},{SizeW,SizeH}) wxe_util:construct(?wxCaret_new_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Window, Width, Height) -> wxCaret() when Window::wxWindow:wxWindow(), Width::integer(), Height::integer(). new(#wx_ref{type=WindowT,ref=WindowRef},Width,Height) @@ -54,7 +54,7 @@ new(#wx_ref{type=WindowT,ref=WindowRef},Width,Height) wxe_util:construct(?wxCaret_new_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec create(This, Window, Size) -> boolean() when This::wxCaret(), Window::wxWindow:wxWindow(), Size::{W::integer(), H::integer()}. create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef},{SizeW,SizeH}) @@ -64,7 +64,7 @@ create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef},{Size wxe_util:call(?wxCaret_Create_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec create(This, Window, Width, Height) -> boolean() when This::wxCaret(), Window::wxWindow:wxWindow(), Width::integer(), Height::integer(). create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef},Width,Height) @@ -74,13 +74,13 @@ create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef},Width wxe_util:call(?wxCaret_Create_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBlinkTime() -> integer(). getBlinkTime() -> wxe_util:call(?wxCaret_GetBlinkTime, <<>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPosition(This) -> {X::integer(), Y::integer()} when This::wxCaret(). getPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -88,7 +88,7 @@ getPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCaret_GetPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSize(This) -> {W::integer(), H::integer()} when This::wxCaret(). getSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -96,7 +96,7 @@ getSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCaret_GetSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getWindow(This) -> wxWindow:wxWindow() when This::wxCaret(). getWindow(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -104,7 +104,7 @@ getWindow(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCaret_GetWindow, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hide(This) -> ok when This::wxCaret(). hide(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -112,7 +112,7 @@ hide(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxCaret_Hide, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isOk(This) -> boolean() when This::wxCaret(). isOk(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -120,7 +120,7 @@ isOk(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCaret_IsOk, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isVisible(This) -> boolean() when This::wxCaret(). isVisible(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -128,7 +128,7 @@ isVisible(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCaret_IsVisible, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec move(This, Pt) -> ok when This::wxCaret(), Pt::{X::integer(), Y::integer()}. move(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) @@ -137,7 +137,7 @@ move(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) wxe_util:cast(?wxCaret_Move_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec move(This, X, Y) -> ok when This::wxCaret(), X::integer(), Y::integer(). move(#wx_ref{type=ThisT,ref=ThisRef},X,Y) @@ -146,7 +146,7 @@ move(#wx_ref{type=ThisT,ref=ThisRef},X,Y) wxe_util:cast(?wxCaret_Move_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setBlinkTime(Milliseconds) -> ok when Milliseconds::integer(). setBlinkTime(Milliseconds) @@ -154,7 +154,7 @@ setBlinkTime(Milliseconds) wxe_util:cast(?wxCaret_SetBlinkTime, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSize(This, Size) -> ok when This::wxCaret(), Size::{W::integer(), H::integer()}. setSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) @@ -163,7 +163,7 @@ setSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) wxe_util:cast(?wxCaret_SetSize_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSize(This, Width, Height) -> ok when This::wxCaret(), Width::integer(), Height::integer(). setSize(#wx_ref{type=ThisT,ref=ThisRef},Width,Height) @@ -180,7 +180,7 @@ show(This) when is_record(This, wx_ref) -> show(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec show(This, [Option]) -> ok when This::wxCaret(), Option :: {show, boolean()}. -- cgit v1.2.3