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/wxTopLevelWindow.erl | 38 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'lib/wx/src/gen/wxTopLevelWindow.erl') diff --git a/lib/wx/src/gen/wxTopLevelWindow.erl b/lib/wx/src/gen/wxTopLevelWindow.erl index 5659c0927f..0a6f830d23 100644 --- a/lib/wx/src/gen/wxTopLevelWindow.erl +++ b/lib/wx/src/gen/wxTopLevelWindow.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: wxTopLevelWindow. +%% @doc See external documentation: wxTopLevelWindow. %%

This class is derived (and can use functions) from: %%
{@link wxWindow} %%
{@link wxEvtHandler} @@ -79,7 +79,7 @@ parent_class(wxEvtHandler) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxTopLevelWindow() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec getIcon(This) -> wxIcon:wxIcon() when This::wxTopLevelWindow(). getIcon(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -87,7 +87,7 @@ getIcon(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTopLevelWindow_GetIcon, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getIcons(This) -> wxIconBundle:wxIconBundle() when This::wxTopLevelWindow(). getIcons(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -95,7 +95,7 @@ getIcons(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTopLevelWindow_GetIcons, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getTitle(This) -> unicode:charlist() when This::wxTopLevelWindow(). getTitle(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -103,7 +103,7 @@ getTitle(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTopLevelWindow_GetTitle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isActive(This) -> boolean() when This::wxTopLevelWindow(). isActive(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -119,7 +119,7 @@ iconize(This) when is_record(This, wx_ref) -> iconize(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec iconize(This, [Option]) -> ok when This::wxTopLevelWindow(), Option :: {iconize, boolean()}. @@ -132,7 +132,7 @@ iconize(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxTopLevelWindow_Iconize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isFullScreen(This) -> boolean() when This::wxTopLevelWindow(). isFullScreen(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -140,7 +140,7 @@ isFullScreen(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTopLevelWindow_IsFullScreen, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isIconized(This) -> boolean() when This::wxTopLevelWindow(). isIconized(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -148,7 +148,7 @@ isIconized(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxTopLevelWindow_IsIconized, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isMaximized(This) -> boolean() when This::wxTopLevelWindow(). isMaximized(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -164,7 +164,7 @@ maximize(This) when is_record(This, wx_ref) -> maximize(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec maximize(This, [Option]) -> ok when This::wxTopLevelWindow(), Option :: {maximize, boolean()}. @@ -185,7 +185,7 @@ requestUserAttention(This) when is_record(This, wx_ref) -> requestUserAttention(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec requestUserAttention(This, [Option]) -> ok when This::wxTopLevelWindow(), Option :: {flags, integer()}. @@ -198,7 +198,7 @@ requestUserAttention(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxTopLevelWindow_RequestUserAttention, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setIcon(This, Icon) -> ok when This::wxTopLevelWindow(), Icon::wxIcon:wxIcon(). setIcon(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=IconT,ref=IconRef}) -> @@ -207,7 +207,7 @@ setIcon(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=IconT,ref=IconRef}) -> wxe_util:cast(?wxTopLevelWindow_SetIcon, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setIcons(This, Icons) -> ok when This::wxTopLevelWindow(), Icons::wxIconBundle:wxIconBundle(). setIcons(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=IconsT,ref=IconsRef}) -> @@ -224,7 +224,7 @@ centerOnScreen(This) when is_record(This, wx_ref) -> centerOnScreen(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec centerOnScreen(This, [Option]) -> ok when This::wxTopLevelWindow(), Option :: {dir, integer()}. @@ -245,7 +245,7 @@ centreOnScreen(This) when is_record(This, wx_ref) -> centreOnScreen(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec centreOnScreen(This, [Option]) -> ok when This::wxTopLevelWindow(), Option :: {dir, integer()}. @@ -258,7 +258,7 @@ centreOnScreen(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxTopLevelWindow_CentreOnScreen, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setShape(This, Region) -> boolean() when This::wxTopLevelWindow(), Region::wxRegion:wxRegion(). setShape(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=RegionT,ref=RegionRef}) -> @@ -267,7 +267,7 @@ setShape(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=RegionT,ref=RegionRef}) -> wxe_util:call(?wxTopLevelWindow_SetShape, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setTitle(This, Title) -> ok when This::wxTopLevelWindow(), Title::unicode:chardata(). setTitle(#wx_ref{type=ThisT,ref=ThisRef},Title) @@ -285,7 +285,7 @@ showFullScreen(This,Show) when is_record(This, wx_ref),is_boolean(Show) -> showFullScreen(This,Show, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec showFullScreen(This, Show, [Option]) -> boolean() when This::wxTopLevelWindow(), Show::boolean(), Option :: {style, integer()}. -- cgit v1.2.3