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/wxFlexGridSizer.erl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'lib/wx/src/gen/wxFlexGridSizer.erl') diff --git a/lib/wx/src/gen/wxFlexGridSizer.erl b/lib/wx/src/gen/wxFlexGridSizer.erl index 91dcf6a2e7..3d8884b503 100644 --- a/lib/wx/src/gen/wxFlexGridSizer.erl +++ b/lib/wx/src/gen/wxFlexGridSizer.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: wxFlexGridSizer. +%% @doc See external documentation: wxFlexGridSizer. %%

This class is derived (and can use functions) from: %%
{@link wxGridSizer} %%
{@link wxSizer} @@ -60,7 +60,7 @@ new(Cols) when is_integer(Cols) -> new(Cols, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Cols, [Option]) -> wxFlexGridSizer() when Cols::integer(), Option :: {vgap, integer()} @@ -74,7 +74,7 @@ new(Cols, Options) wxe_util:construct(?wxFlexGridSizer_new_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Rows, Cols, Vgap, Hgap) -> wxFlexGridSizer() when Rows::integer(), Cols::integer(), Vgap::integer(), Hgap::integer(). new(Rows,Cols,Vgap,Hgap) @@ -90,7 +90,7 @@ addGrowableCol(This,Idx) when is_record(This, wx_ref),is_integer(Idx) -> addGrowableCol(This,Idx, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec addGrowableCol(This, Idx, [Option]) -> ok when This::wxFlexGridSizer(), Idx::integer(), Option :: {proportion, integer()}. @@ -111,7 +111,7 @@ addGrowableRow(This,Idx) when is_record(This, wx_ref),is_integer(Idx) -> addGrowableRow(This,Idx, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec addGrowableRow(This, Idx, [Option]) -> ok when This::wxFlexGridSizer(), Idx::integer(), Option :: {proportion, integer()}. @@ -124,7 +124,7 @@ addGrowableRow(#wx_ref{type=ThisT,ref=ThisRef},Idx, Options) wxe_util:cast(?wxFlexGridSizer_AddGrowableRow, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getFlexibleDirection(This) -> integer() when This::wxFlexGridSizer(). getFlexibleDirection(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -132,7 +132,7 @@ getFlexibleDirection(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxFlexGridSizer_GetFlexibleDirection, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Res = ?wxFLEX_GROWMODE_NONE | ?wxFLEX_GROWMODE_SPECIFIED | ?wxFLEX_GROWMODE_ALL -spec getNonFlexibleGrowMode(This) -> wx:wx_enum() when This::wxFlexGridSizer(). @@ -141,7 +141,7 @@ getNonFlexibleGrowMode(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxFlexGridSizer_GetNonFlexibleGrowMode, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec removeGrowableCol(This, Idx) -> ok when This::wxFlexGridSizer(), Idx::integer(). removeGrowableCol(#wx_ref{type=ThisT,ref=ThisRef},Idx) @@ -150,7 +150,7 @@ removeGrowableCol(#wx_ref{type=ThisT,ref=ThisRef},Idx) wxe_util:cast(?wxFlexGridSizer_RemoveGrowableCol, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec removeGrowableRow(This, Idx) -> ok when This::wxFlexGridSizer(), Idx::integer(). removeGrowableRow(#wx_ref{type=ThisT,ref=ThisRef},Idx) @@ -159,7 +159,7 @@ removeGrowableRow(#wx_ref{type=ThisT,ref=ThisRef},Idx) wxe_util:cast(?wxFlexGridSizer_RemoveGrowableRow, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setFlexibleDirection(This, Direction) -> ok when This::wxFlexGridSizer(), Direction::integer(). setFlexibleDirection(#wx_ref{type=ThisT,ref=ThisRef},Direction) @@ -168,7 +168,7 @@ setFlexibleDirection(#wx_ref{type=ThisT,ref=ThisRef},Direction) wxe_util:cast(?wxFlexGridSizer_SetFlexibleDirection, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Mode = ?wxFLEX_GROWMODE_NONE | ?wxFLEX_GROWMODE_SPECIFIED | ?wxFLEX_GROWMODE_ALL -spec setNonFlexibleGrowMode(This, Mode) -> ok when This::wxFlexGridSizer(), Mode::wx:wx_enum(). -- cgit v1.2.3