PtFileSelBkgdCallback

PtFileSelBkgdCallback — directory item read callback information.

Synopsis

class PtFileSelBkgdCallback
{
    name;    // string
}
		

Description

This class holds information from the Pt_CB_FS_BKGD_HANDLER callback, which is generated when a directory item is read.

Also see Pt_CB_FS_BKGD_HANDLER in the PtFileSel section of the Photon documentation.

Instance Variables

name

A string indicating the item added to the widget.

Associated Classes

PtFileSel, PtFileSelCallback, PtCallbackInfo