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/wxClipboard.erl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'lib/wx/src/gen/wxClipboard.erl') diff --git a/lib/wx/src/gen/wxClipboard.erl b/lib/wx/src/gen/wxClipboard.erl index c7336fcc47..7785915c3b 100644 --- a/lib/wx/src/gen/wxClipboard.erl +++ b/lib/wx/src/gen/wxClipboard.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: wxClipboard. +%% @doc See external documentation: wxClipboard. %% @type wxClipboard(). 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. @@ -35,13 +35,13 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxClipboard() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxClipboard(). new() -> wxe_util:construct(?wxClipboard_new, <<>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec addData(This, Data) -> boolean() when This::wxClipboard(), Data::wxDataObject:wxDataObject(). addData(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=DataT,ref=DataRef}) -> @@ -50,7 +50,7 @@ addData(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=DataT,ref=DataRef}) -> wxe_util:call(?wxClipboard_AddData, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec clear(This) -> ok when This::wxClipboard(). clear(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -58,7 +58,7 @@ clear(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxClipboard_Clear, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec close(This) -> ok when This::wxClipboard(). close(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -66,7 +66,7 @@ close(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxClipboard_Close, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec flush(This) -> boolean() when This::wxClipboard(). flush(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -74,7 +74,7 @@ flush(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxClipboard_Flush, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getData(This, Data) -> boolean() when This::wxClipboard(), Data::wxDataObject:wxDataObject(). getData(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=DataT,ref=DataRef}) -> @@ -83,7 +83,7 @@ getData(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=DataT,ref=DataRef}) -> wxe_util:call(?wxClipboard_GetData, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isOpened(This) -> boolean() when This::wxClipboard(). isOpened(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -91,7 +91,7 @@ isOpened(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxClipboard_IsOpened, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec open(This) -> boolean() when This::wxClipboard(). open(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -99,7 +99,7 @@ open(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxClipboard_Open, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setData(This, Data) -> boolean() when This::wxClipboard(), Data::wxDataObject:wxDataObject(). setData(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=DataT,ref=DataRef}) -> @@ -116,7 +116,7 @@ usePrimarySelection(This) when is_record(This, wx_ref) -> usePrimarySelection(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec usePrimarySelection(This, [Option]) -> ok when This::wxClipboard(), Option :: {primary, boolean()}. @@ -129,7 +129,7 @@ usePrimarySelection(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxClipboard_UsePrimarySelection, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Format = ?wxDF_INVALID | ?wxDF_TEXT | ?wxDF_BITMAP | ?wxDF_METAFILE | ?wxDF_SYLK | ?wxDF_DIF | ?wxDF_TIFF | ?wxDF_OEMTEXT | ?wxDF_DIB | ?wxDF_PALETTE | ?wxDF_PENDATA | ?wxDF_RIFF | ?wxDF_WAVE | ?wxDF_UNICODETEXT | ?wxDF_ENHMETAFILE | ?wxDF_FILENAME | ?wxDF_LOCALE | ?wxDF_PRIVATE | ?wxDF_HTML | ?wxDF_MAX -spec isSupported(This, Format) -> boolean() when This::wxClipboard(), Format::wx:wx_enum(). @@ -139,7 +139,7 @@ isSupported(#wx_ref{type=ThisT,ref=ThisRef},Format) wxe_util:call(?wxClipboard_IsSupported, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec get() -> wxClipboard(). get() -> wxe_util:call(?wxClipboard_Get, -- cgit v1.2.3