PtHtmlCallback

PtHtmlCallback --  file loading callback information.

Synopsis

class PtHtmlCallback
{
    url;     // string
}
		

Description

This class holds information from four different PtHtml callbacks: Pt_CB_HTML_ERROR, Pt_CB_HTML_IMAGE, Pt_CB_HTML_POST_LOAD, and Pt_CB_HTML_PRE_LOAD.

Also see PtHtml in the Photon documentation.

Instance Variables

url

A string identifying the URL of a file, depending on the callback:

Associated Classes

PtHtml, PtCallbackInfo

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.