PtDBContainer

PtDBContainer -- A double-buffered container that eliminates screen flicker.

Synopsis

class PtDBContainer PtContainer
{
    db_image_type;        // integer  (Pt_ARG_DB_IMAGE_TYPE)    
    memory_image_type;    // integer  (Pt_ARG_DB_MEMORY_CONTEXT_TYPE)    
}
		

Base Classes

PtWidget <-- PtBasic <-- PtContainer <-- PtDBContainer

Description

This widget is a special sub-class of PtContainer that allocates extra memory (double buffer) to eliminate screen flicker for child widgets and animations.

Note

For detailed information, please refer to PtDBContainer in the Photon documentation.

Instance Variables

db_image_type

This instance variable specifies the image format, and may have one of the following values:

memory_image_type

This instance variable specifies when an image is drawn to memory, and may have one of the following values:

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