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/wxSizer.erl | 88 +++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 44 deletions(-) (limited to 'lib/wx/src/gen/wxSizer.erl') diff --git a/lib/wx/src/gen/wxSizer.erl b/lib/wx/src/gen/wxSizer.erl index 7edc01aa2a..bc89350f6e 100644 --- a/lib/wx/src/gen/wxSizer.erl +++ b/lib/wx/src/gen/wxSizer.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: wxSizer. +%% @doc See external documentation: wxSizer. %% @type wxSizer(). 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. @@ -49,7 +49,7 @@ add(This,Window) when is_record(This, wx_ref),is_record(Window, wx_ref) -> add(This,Window, []). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% add(This, Window, [Option]) -> wxSizerItem:wxSizerItem() when
%% This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(),
@@ -104,7 +104,7 @@ add(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef},#wx_ref{ wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec add(This, Width, Height, [Option]) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Width::integer(), Height::integer(), Option :: {proportion, integer()} @@ -123,7 +123,7 @@ add(#wx_ref{type=ThisT,ref=ThisRef},Width,Height, Options) wxe_util:call(?wxSizer_Add_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec addSpacer(This, Size) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Size::integer(). addSpacer(#wx_ref{type=ThisT,ref=ThisRef},Size) @@ -140,7 +140,7 @@ addStretchSpacer(This) when is_record(This, wx_ref) -> addStretchSpacer(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec addStretchSpacer(This, [Option]) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Option :: {prop, integer()}. @@ -153,7 +153,7 @@ addStretchSpacer(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxSizer_AddStretchSpacer, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec calcMin(This) -> {W::integer(), H::integer()} when This::wxSizer(). calcMin(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -169,7 +169,7 @@ clear(This) when is_record(This, wx_ref) -> clear(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec clear(This, [Option]) -> ok when This::wxSizer(), Option :: {delete_windows, boolean()}. @@ -182,7 +182,7 @@ clear(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxSizer_Clear, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% detach(This, Window) -> boolean() when
%% This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer().
@@ -207,7 +207,7 @@ detach(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) -> wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec fit(This, Window) -> {W::integer(), H::integer()} when This::wxSizer(), Window::wxWindow:wxWindow(). fit(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) -> @@ -216,7 +216,7 @@ fit(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) -> wxe_util:call(?wxSizer_Fit, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec fitInside(This, Window) -> ok when This::wxSizer(), Window::wxWindow:wxWindow(). fitInside(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) -> @@ -225,7 +225,7 @@ fitInside(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) - wxe_util:cast(?wxSizer_FitInside, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getChildren(This) -> [wxSizerItem:wxSizerItem()] when This::wxSizer(). getChildren(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -233,7 +233,7 @@ getChildren(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSizer_GetChildren, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% getItem(This, Index) -> wxSizerItem:wxSizerItem() when
%% This::wxSizer(), Index::integer().
@@ -252,7 +252,7 @@ getItem(#wx_ref{type=ThisT,ref=ThisRef},Index) wxe_util:call(?wxSizer_GetItem_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getItem(This, Window, [Option]) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Option :: {recursive, boolean()}. @@ -271,7 +271,7 @@ getItem(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}, Opt wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSize(This) -> {W::integer(), H::integer()} when This::wxSizer(). getSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -279,7 +279,7 @@ getSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSizer_GetSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPosition(This) -> {X::integer(), Y::integer()} when This::wxSizer(). getPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -287,7 +287,7 @@ getPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSizer_GetPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getMinSize(This) -> {W::integer(), H::integer()} when This::wxSizer(). getMinSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -295,7 +295,7 @@ getMinSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSizer_GetMinSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% hide(This, Index) -> boolean() when
%% This::wxSizer(), Index::integer().
@@ -314,7 +314,7 @@ hide(#wx_ref{type=ThisT,ref=ThisRef},Index) wxe_util:call(?wxSizer_Hide_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hide(This, Window, [Option]) -> boolean() when This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Option :: {recursive, boolean()}. @@ -333,7 +333,7 @@ hide(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}, Option wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec insert(This, Index, Item) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Index::integer(), Item::wxSizerItem:wxSizerItem(). insert(#wx_ref{type=ThisT,ref=ThisRef},Index,#wx_ref{type=ItemT,ref=ItemRef}) @@ -343,7 +343,7 @@ insert(#wx_ref{type=ThisT,ref=ThisRef},Index,#wx_ref{type=ItemT,ref=ItemRef}) wxe_util:call(?wxSizer_Insert_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% insert(This, Index, Window, [Option]) -> wxSizerItem:wxSizerItem() when
%% This::wxSizer(), Index::integer(), Window::wxWindow:wxWindow() | wxSizer(),
@@ -399,7 +399,7 @@ insert(#wx_ref{type=ThisT,ref=ThisRef},Index,#wx_ref{type=WindowT,ref=WindowRef} wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec insert(This, Index, Width, Height, [Option]) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Index::integer(), Width::integer(), Height::integer(), Option :: {proportion, integer()} @@ -418,7 +418,7 @@ insert(#wx_ref{type=ThisT,ref=ThisRef},Index,Width,Height, Options) wxe_util:call(?wxSizer_Insert_4, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec insertSpacer(This, Index, Size) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Index::integer(), Size::integer(). insertSpacer(#wx_ref{type=ThisT,ref=ThisRef},Index,Size) @@ -435,7 +435,7 @@ insertStretchSpacer(This,Index) when is_record(This, wx_ref),is_integer(Index) -> insertStretchSpacer(This,Index, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec insertStretchSpacer(This, Index, [Option]) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Index::integer(), Option :: {prop, integer()}. @@ -448,7 +448,7 @@ insertStretchSpacer(#wx_ref{type=ThisT,ref=ThisRef},Index, Options) wxe_util:call(?wxSizer_InsertStretchSpacer, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% isShown(This, Window) -> boolean() when
%% This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer().
@@ -473,7 +473,7 @@ isShown(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) -> wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec layout(This) -> ok when This::wxSizer(). layout(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -481,7 +481,7 @@ layout(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxSizer_Layout, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec prepend(This, Item) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Item::wxSizerItem:wxSizerItem(). prepend(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> @@ -490,7 +490,7 @@ prepend(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> wxe_util:call(?wxSizer_Prepend_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% prepend(This, Window, [Option]) -> wxSizerItem:wxSizerItem() when
%% This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(),
@@ -545,7 +545,7 @@ prepend(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef},#wx_ wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec prepend(This, Width, Height, [Option]) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Width::integer(), Height::integer(), Option :: {proportion, integer()} @@ -564,7 +564,7 @@ prepend(#wx_ref{type=ThisT,ref=ThisRef},Width,Height, Options) wxe_util:call(?wxSizer_Prepend_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec prependSpacer(This, Size) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Size::integer(). prependSpacer(#wx_ref{type=ThisT,ref=ThisRef},Size) @@ -581,7 +581,7 @@ prependStretchSpacer(This) when is_record(This, wx_ref) -> prependStretchSpacer(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec prependStretchSpacer(This, [Option]) -> wxSizerItem:wxSizerItem() when This::wxSizer(), Option :: {prop, integer()}. @@ -594,7 +594,7 @@ prependStretchSpacer(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxSizer_PrependStretchSpacer, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec recalcSizes(This) -> ok when This::wxSizer(). recalcSizes(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -602,7 +602,7 @@ recalcSizes(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxSizer_RecalcSizes, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% remove(This, Sizer) -> boolean() when
%% This::wxSizer(), Sizer::wxSizer().
@@ -622,7 +622,7 @@ remove(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=SizerT,ref=SizerRef}) -> wxe_util:call(?wxSizer_Remove_1_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% replace(This, Index, Newitem) -> boolean() when
%% This::wxSizer(), Index::integer(), Newitem::wxSizerItem:wxSizerItem().
@@ -642,7 +642,7 @@ replace(#wx_ref{type=ThisT,ref=ThisRef},Index,#wx_ref{type=NewitemT,ref=NewitemR wxe_util:call(?wxSizer_Replace_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec replace(This, Oldwin, Newwin, [Option]) -> boolean() when This::wxSizer(), Oldwin::wxWindow:wxWindow() | wxSizer(), Newwin::wxWindow:wxWindow() | wxSizer(), Option :: {recursive, boolean()}. @@ -663,7 +663,7 @@ replace(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=OldwinT,ref=OldwinRef},#wx_ wxe_util:call(OldwinOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setDimension(This, X, Y, Width, Height) -> ok when This::wxSizer(), X::integer(), Y::integer(), Width::integer(), Height::integer(). setDimension(#wx_ref{type=ThisT,ref=ThisRef},X,Y,Width,Height) @@ -672,7 +672,7 @@ setDimension(#wx_ref{type=ThisT,ref=ThisRef},X,Y,Width,Height) wxe_util:cast(?wxSizer_SetDimension, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setMinSize(This, Size) -> ok when This::wxSizer(), Size::{W::integer(), H::integer()}. setMinSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) @@ -681,7 +681,7 @@ setMinSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) wxe_util:cast(?wxSizer_SetMinSize_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setMinSize(This, Width, Height) -> ok when This::wxSizer(), Width::integer(), Height::integer(). setMinSize(#wx_ref{type=ThisT,ref=ThisRef},Width,Height) @@ -690,7 +690,7 @@ setMinSize(#wx_ref{type=ThisT,ref=ThisRef},Width,Height) wxe_util:cast(?wxSizer_SetMinSize_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setItemMinSize(This, Window, Size) -> boolean() when
%% This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Size::{W::integer(), H::integer()}.
@@ -716,7 +716,7 @@ setItemMinSize(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRe wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setItemMinSize(This, Window, Width, Height) -> boolean() when
%% This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Width::integer(), Height::integer().
@@ -742,7 +742,7 @@ setItemMinSize(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRe wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSizeHints(This, Window) -> ok when This::wxSizer(), Window::wxWindow:wxWindow(). setSizeHints(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) -> @@ -751,7 +751,7 @@ setSizeHints(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef} wxe_util:cast(?wxSizer_SetSizeHints, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setVirtualSizeHints(This, Window) -> ok when This::wxSizer(), Window::wxWindow:wxWindow(). setVirtualSizeHints(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) -> @@ -760,7 +760,7 @@ setVirtualSizeHints(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=Win wxe_util:cast(?wxSizer_SetVirtualSizeHints, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% show(This, Window) -> boolean() when
%% This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer();
@@ -787,7 +787,7 @@ show(#wx_ref{type=ThisT,ref=ThisRef},Show) wxe_util:cast(?wxSizer_Show_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% show(This, Window, [Option]) -> boolean() when
%% This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(),
-- cgit v1.2.3