| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: html-widget current max
This generic function is called a number of times while an html-widget
is downloading a web
page or loading a file. An application could add methods for a
subclass of html-widget
,
typically to provide a visual indication of progress while loading the
page.
The default method will call the widget's on-progress function if it has one, and otherwise will do nothing.
html-widget is the widget that is doing the downloading.
current is the number of bytes that have been downloaded so far.
max is the total number of bytes in the page being downloaded.
See the html-widget
control.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |