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/wxSplitterWindow.erl | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'lib/wx/src/gen/wxSplitterWindow.erl') diff --git a/lib/wx/src/gen/wxSplitterWindow.erl b/lib/wx/src/gen/wxSplitterWindow.erl index 231f93911f..1b54bfdebc 100644 --- a/lib/wx/src/gen/wxSplitterWindow.erl +++ b/lib/wx/src/gen/wxSplitterWindow.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2009-2012. All Rights Reserved. +%% Copyright Ericsson AB 2009-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: wxSplitterWindow. +%% @doc See external documentation: wxSplitterWindow. %%

This class is derived (and can use functions) from: %%
{@link wxWindow} %%
{@link wxEvtHandler} @@ -80,7 +80,7 @@ parent_class(wxEvtHandler) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxSplitterWindow() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxSplitterWindow(). new() -> wxe_util:construct(?wxSplitterWindow_new_0, @@ -94,7 +94,7 @@ new(Parent) when is_record(Parent, wx_ref) -> new(Parent, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Parent, [Option]) -> wxSplitterWindow() when Parent::wxWindow:wxWindow(), Option :: {id, integer()} @@ -121,7 +121,7 @@ create(This,Parent) when is_record(This, wx_ref),is_record(Parent, wx_ref) -> create(This,Parent, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec create(This, Parent, [Option]) -> boolean() when This::wxSplitterWindow(), Parent::wxWindow:wxWindow(), Option :: {id, integer()} @@ -141,7 +141,7 @@ create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ParentT,ref=ParentRef}, Opti wxe_util:call(?wxSplitterWindow_Create, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getMinimumPaneSize(This) -> integer() when This::wxSplitterWindow(). getMinimumPaneSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -149,7 +149,7 @@ getMinimumPaneSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSplitterWindow_GetMinimumPaneSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSashGravity(This) -> number() when This::wxSplitterWindow(). getSashGravity(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -157,7 +157,7 @@ getSashGravity(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSplitterWindow_GetSashGravity, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSashPosition(This) -> integer() when This::wxSplitterWindow(). getSashPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -165,7 +165,7 @@ getSashPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSplitterWindow_GetSashPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Res = ?wxSPLIT_HORIZONTAL | ?wxSPLIT_VERTICAL -spec getSplitMode(This) -> wx:wx_enum() when This::wxSplitterWindow(). @@ -174,7 +174,7 @@ getSplitMode(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSplitterWindow_GetSplitMode, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getWindow1(This) -> wxWindow:wxWindow() when This::wxSplitterWindow(). getWindow1(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -182,7 +182,7 @@ getWindow1(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSplitterWindow_GetWindow1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getWindow2(This) -> wxWindow:wxWindow() when This::wxSplitterWindow(). getWindow2(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -190,7 +190,7 @@ getWindow2(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSplitterWindow_GetWindow2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec initialize(This, Window) -> ok when This::wxSplitterWindow(), Window::wxWindow:wxWindow(). initialize(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) -> @@ -199,7 +199,7 @@ initialize(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WindowT,ref=WindowRef}) wxe_util:cast(?wxSplitterWindow_Initialize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isSplit(This) -> boolean() when This::wxSplitterWindow(). isSplit(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -207,7 +207,7 @@ isSplit(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxSplitterWindow_IsSplit, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec replaceWindow(This, WinOld, WinNew) -> boolean() when This::wxSplitterWindow(), WinOld::wxWindow:wxWindow(), WinNew::wxWindow:wxWindow(). replaceWindow(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WinOldT,ref=WinOldRef},#wx_ref{type=WinNewT,ref=WinNewRef}) -> @@ -217,7 +217,7 @@ replaceWindow(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WinOldT,ref=WinOldRef wxe_util:call(?wxSplitterWindow_ReplaceWindow, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSashGravity(This, Gravity) -> ok when This::wxSplitterWindow(), Gravity::number(). setSashGravity(#wx_ref{type=ThisT,ref=ThisRef},Gravity) @@ -234,7 +234,7 @@ setSashPosition(This,Position) when is_record(This, wx_ref),is_integer(Position) -> setSashPosition(This,Position, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSashPosition(This, Position, [Option]) -> ok when This::wxSplitterWindow(), Position::integer(), Option :: {redraw, boolean()}. @@ -247,7 +247,7 @@ setSashPosition(#wx_ref{type=ThisT,ref=ThisRef},Position, Options) wxe_util:cast(?wxSplitterWindow_SetSashPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSashSize(This, Width) -> ok when This::wxSplitterWindow(), Width::integer(). setSashSize(#wx_ref{type=ThisT,ref=ThisRef},Width) @@ -256,7 +256,7 @@ setSashSize(#wx_ref{type=ThisT,ref=ThisRef},Width) wxe_util:cast(?wxSplitterWindow_SetSashSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setMinimumPaneSize(This, Min) -> ok when This::wxSplitterWindow(), Min::integer(). setMinimumPaneSize(#wx_ref{type=ThisT,ref=ThisRef},Min) @@ -265,7 +265,7 @@ setMinimumPaneSize(#wx_ref{type=ThisT,ref=ThisRef},Min) wxe_util:cast(?wxSplitterWindow_SetMinimumPaneSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSplitMode(This, Mode) -> ok when This::wxSplitterWindow(), Mode::integer(). setSplitMode(#wx_ref{type=ThisT,ref=ThisRef},Mode) @@ -282,7 +282,7 @@ splitHorizontally(This,Window1,Window2) when is_record(This, wx_ref),is_record(Window1, wx_ref),is_record(Window2, wx_ref) -> splitHorizontally(This,Window1,Window2, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec splitHorizontally(This, Window1, Window2, [Option]) -> boolean() when This::wxSplitterWindow(), Window1::wxWindow:wxWindow(), Window2::wxWindow:wxWindow(), Option :: {sashPosition, integer()}. @@ -305,7 +305,7 @@ splitVertically(This,Window1,Window2) when is_record(This, wx_ref),is_record(Window1, wx_ref),is_record(Window2, wx_ref) -> splitVertically(This,Window1,Window2, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec splitVertically(This, Window1, Window2, [Option]) -> boolean() when This::wxSplitterWindow(), Window1::wxWindow:wxWindow(), Window2::wxWindow:wxWindow(), Option :: {sashPosition, integer()}. @@ -328,7 +328,7 @@ unsplit(This) when is_record(This, wx_ref) -> unsplit(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec unsplit(This, [Option]) -> boolean() when This::wxSplitterWindow(), Option :: {toRemove, wxWindow:wxWindow()}. @@ -341,7 +341,7 @@ unsplit(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxSplitterWindow_Unsplit, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec updateSize(This) -> ok when This::wxSplitterWindow(). updateSize(#wx_ref{type=ThisT,ref=ThisRef}) -> -- cgit v1.2.3