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/wxPickerBase.erl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'lib/wx/src/gen/wxPickerBase.erl') diff --git a/lib/wx/src/gen/wxPickerBase.erl b/lib/wx/src/gen/wxPickerBase.erl index 2253127d84..bdd488d65a 100644 --- a/lib/wx/src/gen/wxPickerBase.erl +++ b/lib/wx/src/gen/wxPickerBase.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: wxPickerBase. +%% @doc See external documentation: wxPickerBase. %%

This class is derived (and can use functions) from: %%
{@link wxControl} %%
{@link wxWindow} @@ -80,7 +80,7 @@ parent_class(wxEvtHandler) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxPickerBase() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec setInternalMargin(This, Newmargin) -> ok when This::wxPickerBase(), Newmargin::integer(). setInternalMargin(#wx_ref{type=ThisT,ref=ThisRef},Newmargin) @@ -89,7 +89,7 @@ setInternalMargin(#wx_ref{type=ThisT,ref=ThisRef},Newmargin) wxe_util:cast(?wxPickerBase_SetInternalMargin, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getInternalMargin(This) -> integer() when This::wxPickerBase(). getInternalMargin(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -97,7 +97,7 @@ getInternalMargin(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPickerBase_GetInternalMargin, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setTextCtrlProportion(This, Prop) -> ok when This::wxPickerBase(), Prop::integer(). setTextCtrlProportion(#wx_ref{type=ThisT,ref=ThisRef},Prop) @@ -106,7 +106,7 @@ setTextCtrlProportion(#wx_ref{type=ThisT,ref=ThisRef},Prop) wxe_util:cast(?wxPickerBase_SetTextCtrlProportion, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setPickerCtrlProportion(This, Prop) -> ok when This::wxPickerBase(), Prop::integer(). setPickerCtrlProportion(#wx_ref{type=ThisT,ref=ThisRef},Prop) @@ -115,7 +115,7 @@ setPickerCtrlProportion(#wx_ref{type=ThisT,ref=ThisRef},Prop) wxe_util:cast(?wxPickerBase_SetPickerCtrlProportion, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getTextCtrlProportion(This) -> integer() when This::wxPickerBase(). getTextCtrlProportion(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -123,7 +123,7 @@ getTextCtrlProportion(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPickerBase_GetTextCtrlProportion, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPickerCtrlProportion(This) -> integer() when This::wxPickerBase(). getPickerCtrlProportion(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -131,7 +131,7 @@ getPickerCtrlProportion(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPickerBase_GetPickerCtrlProportion, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hasTextCtrl(This) -> boolean() when This::wxPickerBase(). hasTextCtrl(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -139,7 +139,7 @@ hasTextCtrl(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPickerBase_HasTextCtrl, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getTextCtrl(This) -> wxTextCtrl:wxTextCtrl() when This::wxPickerBase(). getTextCtrl(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -147,7 +147,7 @@ getTextCtrl(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxPickerBase_GetTextCtrl, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isTextCtrlGrowable(This) -> boolean() when This::wxPickerBase(). isTextCtrlGrowable(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -163,7 +163,7 @@ setPickerCtrlGrowable(This) when is_record(This, wx_ref) -> setPickerCtrlGrowable(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setPickerCtrlGrowable(This, [Option]) -> ok when This::wxPickerBase(), Option :: {grow, boolean()}. @@ -184,7 +184,7 @@ setTextCtrlGrowable(This) when is_record(This, wx_ref) -> setTextCtrlGrowable(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setTextCtrlGrowable(This, [Option]) -> ok when This::wxPickerBase(), Option :: {grow, boolean()}. @@ -197,7 +197,7 @@ setTextCtrlGrowable(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxPickerBase_SetTextCtrlGrowable, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isPickerCtrlGrowable(This) -> boolean() when This::wxPickerBase(). isPickerCtrlGrowable(#wx_ref{type=ThisT,ref=ThisRef}) -> -- cgit v1.2.3