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/wxGridBagSizer.erl | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'lib/wx/src/gen/wxGridBagSizer.erl') diff --git a/lib/wx/src/gen/wxGridBagSizer.erl b/lib/wx/src/gen/wxGridBagSizer.erl index e8a9ff6d76..75bef85d90 100644 --- a/lib/wx/src/gen/wxGridBagSizer.erl +++ b/lib/wx/src/gen/wxGridBagSizer.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: wxGridBagSizer. +%% @doc See external documentation: wxGridBagSizer. %%

This class is derived (and can use functions) from: %%
{@link wxFlexGridSizer} %%
{@link wxGridSizer} @@ -62,7 +62,7 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). new() -> new([]). -%% @doc See external documentation. +%% @doc See external documentation. -spec new([Option]) -> wxGridBagSizer() when Option :: {vgap, integer()} | {hgap, integer()}. @@ -75,7 +75,7 @@ new(Options) wxe_util:construct(?wxGridBagSizer_new, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec add(This, Item) -> wxSizerItem:wxSizerItem() when This::wxGridBagSizer(), Item::wxSizerItem:wxSizerItem() | wxGBSizerItem:wxGBSizerItem(). add(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> @@ -89,7 +89,7 @@ add(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> wxe_util:call(ItemOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% add(This, Window, Pos) -> wxSizerItem:wxSizerItem() when
%% This::wxGridBagSizer(), Window::wxWindow:wxWindow() | wxSizer:wxSizer(), Pos::{R::integer(), C::integer()};
@@ -136,7 +136,7 @@ add(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}, Options wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% add(This, Width, Height, [Option]) -> wxSizerItem:wxSizerItem() when
%% This::wxGridBagSizer(), Width::integer(), Height::integer(),
@@ -198,7 +198,7 @@ add(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef},{PosR,Po wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec add(This, Width, Height, Pos, [Option]) -> wxSizerItem:wxSizerItem() when This::wxGridBagSizer(), Width::integer(), Height::integer(), Pos::{R::integer(), C::integer()}, Option :: {span, {RS::integer(), CS::integer()}} @@ -217,7 +217,7 @@ add(#wx_ref{type=ThisT,ref=ThisRef},Width,Height,{PosR,PosC}, Options) wxe_util:call(?wxGridBagSizer_Add_4, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec calcMin(This) -> {W::integer(), H::integer()} when This::wxGridBagSizer(). calcMin(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -233,7 +233,7 @@ checkForIntersection(This,Item) when is_record(This, wx_ref),is_record(Item, wx_ref) -> checkForIntersection(This,Item, []). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% checkForIntersection(This, Item, [Option]) -> boolean() when
%% This::wxGridBagSizer(), Item::wxGBSizerItem:wxGBSizerItem(),
@@ -258,7 +258,7 @@ checkForIntersection(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=Item wxe_util:call(?wxGridBagSizer_CheckForIntersection_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec checkForIntersection(This, Pos, Span, [Option]) -> boolean() when This::wxGridBagSizer(), Pos::{R::integer(), C::integer()}, Span::{RS::integer(), CS::integer()}, Option :: {excludeItem, wxGBSizerItem:wxGBSizerItem()}. @@ -271,7 +271,7 @@ checkForIntersection(#wx_ref{type=ThisT,ref=ThisRef},{PosR,PosC},{SpanRS,SpanCS} wxe_util:call(?wxGridBagSizer_CheckForIntersection_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec findItem(This, Window) -> wxGBSizerItem:wxGBSizerItem() when This::wxGridBagSizer(), Window::wxWindow:wxWindow() | wxSizer:wxSizer(). findItem(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) -> @@ -285,7 +285,7 @@ findItem(#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 findItemAtPoint(This, Pt) -> wxGBSizerItem:wxGBSizerItem() when This::wxGridBagSizer(), Pt::{X::integer(), Y::integer()}. findItemAtPoint(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) @@ -294,7 +294,7 @@ findItemAtPoint(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) wxe_util:call(?wxGridBagSizer_FindItemAtPoint, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec findItemAtPosition(This, Pos) -> wxGBSizerItem:wxGBSizerItem() when This::wxGridBagSizer(), Pos::{R::integer(), C::integer()}. findItemAtPosition(#wx_ref{type=ThisT,ref=ThisRef},{PosR,PosC}) @@ -303,7 +303,7 @@ findItemAtPosition(#wx_ref{type=ThisT,ref=ThisRef},{PosR,PosC}) wxe_util:call(?wxGridBagSizer_FindItemAtPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec findItemWithData(This, UserData) -> wxGBSizerItem:wxGBSizerItem() when This::wxGridBagSizer(), UserData::wx:wx_object(). findItemWithData(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=UserDataT,ref=UserDataRef}) -> @@ -312,7 +312,7 @@ findItemWithData(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=UserDataT,ref=User wxe_util:call(?wxGridBagSizer_FindItemWithData, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCellSize(This, Row, Col) -> {W::integer(), H::integer()} when This::wxGridBagSizer(), Row::integer(), Col::integer(). getCellSize(#wx_ref{type=ThisT,ref=ThisRef},Row,Col) @@ -321,7 +321,7 @@ getCellSize(#wx_ref{type=ThisT,ref=ThisRef},Row,Col) wxe_util:call(?wxGridBagSizer_GetCellSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getEmptyCellSize(This) -> {W::integer(), H::integer()} when This::wxGridBagSizer(). getEmptyCellSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -329,7 +329,7 @@ getEmptyCellSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxGridBagSizer_GetEmptyCellSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% getItemPosition(This, Window) -> {R::integer(), C::integer()} when
%% This::wxGridBagSizer(), Window::wxWindow:wxWindow() | wxSizer:wxSizer().
@@ -354,7 +354,7 @@ getItemPosition(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowR wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% getItemSpan(This, Window) -> {RS::integer(), CS::integer()} when
%% This::wxGridBagSizer(), Window::wxWindow:wxWindow() | wxSizer:wxSizer().
@@ -379,7 +379,7 @@ getItemSpan(#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 setEmptyCellSize(This, Sz) -> ok when This::wxGridBagSizer(), Sz::{W::integer(), H::integer()}. setEmptyCellSize(#wx_ref{type=ThisT,ref=ThisRef},{SzW,SzH}) @@ -388,7 +388,7 @@ setEmptyCellSize(#wx_ref{type=ThisT,ref=ThisRef},{SzW,SzH}) wxe_util:cast(?wxGridBagSizer_SetEmptyCellSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setItemPosition(This, Window, Pos) -> boolean() when
%% This::wxGridBagSizer(), Window::wxWindow:wxWindow() | wxSizer:wxSizer(), Pos::{R::integer(), C::integer()}.
@@ -414,7 +414,7 @@ setItemPosition(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowR wxe_util:call(WindowOP, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setItemSpan(This, Window, Span) -> boolean() when
%% This::wxGridBagSizer(), Window::wxWindow:wxWindow() | wxSizer:wxSizer(), Span::{RS::integer(), CS::integer()}.
-- cgit v1.2.3