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/wxRadioBox.erl | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'lib/wx/src/gen/wxRadioBox.erl') diff --git a/lib/wx/src/gen/wxRadioBox.erl b/lib/wx/src/gen/wxRadioBox.erl index b7f52d7d9c..98769ff11b 100644 --- a/lib/wx/src/gen/wxRadioBox.erl +++ b/lib/wx/src/gen/wxRadioBox.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: wxRadioBox. +%% @doc See external documentation: wxRadioBox. %%

This class is derived (and can use functions) from: %%
{@link wxControl} %%
{@link wxWindow} @@ -88,7 +88,7 @@ new(Parent,Id,Title,Pos={PosX,PosY},Size={SizeW,SizeH},Choices) when is_record(Parent, wx_ref),is_integer(Id),is_list(Title),is_integer(PosX),is_integer(PosY),is_integer(SizeW),is_integer(SizeH),is_list(Choices) -> new(Parent,Id,Title,Pos,Size,Choices, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Parent, Id, Title, Pos, Size, Choices, [Option]) -> wxRadioBox() when Parent::wxWindow:wxWindow(), Id::integer(), Title::unicode:chardata(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[unicode:chardata()], Option :: {majorDim, integer()} @@ -116,7 +116,7 @@ create(This,Parent,Id,Title,Pos={PosX,PosY},Size={SizeW,SizeH},Choices) when is_record(This, wx_ref),is_record(Parent, wx_ref),is_integer(Id),is_list(Title),is_integer(PosX),is_integer(PosY),is_integer(SizeW),is_integer(SizeH),is_list(Choices) -> create(This,Parent,Id,Title,Pos,Size,Choices, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec create(This, Parent, Id, Title, Pos, Size, Choices, [Option]) -> boolean() when This::wxRadioBox(), Parent::wxWindow:wxWindow(), Id::integer(), Title::unicode:chardata(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[unicode:chardata()], Option :: {majorDim, integer()} @@ -145,7 +145,7 @@ enable(This) when is_record(This, wx_ref) -> enable(This, []). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% enable(This, [Option]) -> boolean() when
%% This::wxRadioBox(),
@@ -169,7 +169,7 @@ enable(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxRadioBox_Enable_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec enable(This, N, [Option]) -> boolean() when This::wxRadioBox(), N::integer(), Option :: {enable, boolean()}. @@ -182,7 +182,7 @@ enable(#wx_ref{type=ThisT,ref=ThisRef},N, Options) wxe_util:call(?wxRadioBox_Enable_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSelection(This) -> integer() when This::wxRadioBox(). getSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -190,7 +190,7 @@ getSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxRadioBox_GetSelection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getString(This, N) -> unicode:charlist() when This::wxRadioBox(), N::integer(). getString(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -199,7 +199,7 @@ getString(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxRadioBox_GetString, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSelection(This, N) -> ok when This::wxRadioBox(), N::integer(). setSelection(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -216,7 +216,7 @@ show(This) when is_record(This, wx_ref) -> show(This, []). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% show(This, [Option]) -> boolean() when
%% This::wxRadioBox(),
@@ -240,7 +240,7 @@ show(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxRadioBox_Show_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec show(This, N, [Option]) -> boolean() when This::wxRadioBox(), N::integer(), Option :: {show, boolean()}. @@ -253,7 +253,7 @@ show(#wx_ref{type=ThisT,ref=ThisRef},N, Options) wxe_util:call(?wxRadioBox_Show_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getColumnCount(This) -> integer() when This::wxRadioBox(). getColumnCount(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -261,7 +261,7 @@ getColumnCount(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxRadioBox_GetColumnCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemHelpText(This, N) -> unicode:charlist() when This::wxRadioBox(), N::integer(). getItemHelpText(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -270,7 +270,7 @@ getItemHelpText(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxRadioBox_GetItemHelpText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemToolTip(This, Item) -> wxToolTip:wxToolTip() when This::wxRadioBox(), Item::integer(). getItemToolTip(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -279,7 +279,7 @@ getItemToolTip(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxRadioBox_GetItemToolTip, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItemFromPoint(This, Pt) -> integer() when This::wxRadioBox(), Pt::{X::integer(), Y::integer()}. getItemFromPoint(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) @@ -288,7 +288,7 @@ getItemFromPoint(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) wxe_util:call(?wxRadioBox_GetItemFromPoint, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getRowCount(This) -> integer() when This::wxRadioBox(). getRowCount(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -296,7 +296,7 @@ getRowCount(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxRadioBox_GetRowCount, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isItemEnabled(This, N) -> boolean() when This::wxRadioBox(), N::integer(). isItemEnabled(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -305,7 +305,7 @@ isItemEnabled(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxRadioBox_IsItemEnabled, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isItemShown(This, N) -> boolean() when This::wxRadioBox(), N::integer(). isItemShown(#wx_ref{type=ThisT,ref=ThisRef},N) @@ -314,7 +314,7 @@ isItemShown(#wx_ref{type=ThisT,ref=ThisRef},N) wxe_util:call(?wxRadioBox_IsItemShown, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemHelpText(This, N, HelpText) -> ok when This::wxRadioBox(), N::integer(), HelpText::unicode:chardata(). setItemHelpText(#wx_ref{type=ThisT,ref=ThisRef},N,HelpText) @@ -324,7 +324,7 @@ setItemHelpText(#wx_ref{type=ThisT,ref=ThisRef},N,HelpText) wxe_util:cast(?wxRadioBox_SetItemHelpText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setItemToolTip(This, Item, Text) -> ok when This::wxRadioBox(), Item::integer(), Text::unicode:chardata(). setItemToolTip(#wx_ref{type=ThisT,ref=ThisRef},Item,Text) -- cgit v1.2.3