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/wxProgressDialog.erl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/wx/src/gen/wxProgressDialog.erl') diff --git a/lib/wx/src/gen/wxProgressDialog.erl b/lib/wx/src/gen/wxProgressDialog.erl index 0f42c1d68f..b88e7ac75e 100644 --- a/lib/wx/src/gen/wxProgressDialog.erl +++ b/lib/wx/src/gen/wxProgressDialog.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: wxProgressDialog. +%% @doc See external documentation: wxProgressDialog. %%

This class is derived (and can use functions) from: %%
{@link wxDialog} %%
{@link wxTopLevelWindow} @@ -94,7 +94,7 @@ new(Title,Message) when is_list(Title),is_list(Message) -> new(Title,Message, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Title, Message, [Option]) -> wxProgressDialog() when Title::unicode:chardata(), Message::unicode:chardata(), Option :: {maximum, integer()} @@ -112,7 +112,7 @@ new(Title,Message, Options) wxe_util:construct(?wxProgressDialog_new, <<(byte_size(Title_UC)):32/?UI,(Title_UC)/binary, 0:(((8- ((4+byte_size(Title_UC)) band 16#7)) band 16#7))/unit:8,(byte_size(Message_UC)):32/?UI,(Message_UC)/binary, 0:(((8- ((4+byte_size(Message_UC)) band 16#7)) band 16#7))/unit:8, BinOpt/binary>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec resume(This) -> ok when This::wxProgressDialog(). resume(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -120,7 +120,7 @@ resume(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxProgressDialog_Resume, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec update(This) -> ok when This::wxProgressDialog(). update(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -136,7 +136,7 @@ update(This,Value) when is_record(This, wx_ref),is_integer(Value) -> update(This,Value, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec update(This, Value, [Option]) -> boolean() when This::wxProgressDialog(), Value::integer(), Option :: {newmsg, unicode:chardata()}. -- cgit v1.2.3