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/wxFontData.erl | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'lib/wx/src/gen/wxFontData.erl') diff --git a/lib/wx/src/gen/wxFontData.erl b/lib/wx/src/gen/wxFontData.erl index 978d27b391..24e3e6a768 100644 --- a/lib/wx/src/gen/wxFontData.erl +++ b/lib/wx/src/gen/wxFontData.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: wxFontData. +%% @doc See external documentation: wxFontData. %% @type wxFontData(). 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,13 +36,13 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxFontData() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxFontData(). new() -> wxe_util:construct(?wxFontData_new_0, <<>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Data) -> wxFontData() when Data::wxFontData(). new(#wx_ref{type=DataT,ref=DataRef}) -> @@ -50,7 +50,7 @@ new(#wx_ref{type=DataT,ref=DataRef}) -> wxe_util:construct(?wxFontData_new_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec enableEffects(This, Flag) -> ok when This::wxFontData(), Flag::boolean(). enableEffects(#wx_ref{type=ThisT,ref=ThisRef},Flag) @@ -59,7 +59,7 @@ enableEffects(#wx_ref{type=ThisT,ref=ThisRef},Flag) wxe_util:cast(?wxFontData_EnableEffects, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getAllowSymbols(This) -> boolean() when This::wxFontData(). getAllowSymbols(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -67,7 +67,7 @@ getAllowSymbols(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxFontData_GetAllowSymbols, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getColour(This) -> wx:wx_colour4() when This::wxFontData(). getColour(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -75,7 +75,7 @@ getColour(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxFontData_GetColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getChosenFont(This) -> wxFont:wxFont() when This::wxFontData(). getChosenFont(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -83,7 +83,7 @@ getChosenFont(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxFontData_GetChosenFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getEnableEffects(This) -> boolean() when This::wxFontData(). getEnableEffects(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -91,7 +91,7 @@ getEnableEffects(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxFontData_GetEnableEffects, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getInitialFont(This) -> wxFont:wxFont() when This::wxFontData(). getInitialFont(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -99,7 +99,7 @@ getInitialFont(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxFontData_GetInitialFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getShowHelp(This) -> boolean() when This::wxFontData(). getShowHelp(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -107,7 +107,7 @@ getShowHelp(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxFontData_GetShowHelp, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setAllowSymbols(This, Flag) -> ok when This::wxFontData(), Flag::boolean(). setAllowSymbols(#wx_ref{type=ThisT,ref=ThisRef},Flag) @@ -116,7 +116,7 @@ setAllowSymbols(#wx_ref{type=ThisT,ref=ThisRef},Flag) wxe_util:cast(?wxFontData_SetAllowSymbols, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setChosenFont(This, Font) -> ok when This::wxFontData(), Font::wxFont:wxFont(). setChosenFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) -> @@ -125,7 +125,7 @@ setChosenFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) - wxe_util:cast(?wxFontData_SetChosenFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setColour(This, Colour) -> ok when This::wxFontData(), Colour::wx:wx_colour(). setColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) @@ -134,7 +134,7 @@ setColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) wxe_util:cast(?wxFontData_SetColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setInitialFont(This, Font) -> ok when This::wxFontData(), Font::wxFont:wxFont(). setInitialFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) -> @@ -143,7 +143,7 @@ setInitialFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) wxe_util:cast(?wxFontData_SetInitialFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setRange(This, MinRange, MaxRange) -> ok when This::wxFontData(), MinRange::integer(), MaxRange::integer(). setRange(#wx_ref{type=ThisT,ref=ThisRef},MinRange,MaxRange) @@ -152,7 +152,7 @@ setRange(#wx_ref{type=ThisT,ref=ThisRef},MinRange,MaxRange) wxe_util:cast(?wxFontData_SetRange, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setShowHelp(This, Flag) -> ok when This::wxFontData(), Flag::boolean(). setShowHelp(#wx_ref{type=ThisT,ref=ThisRef},Flag) -- cgit v1.2.3