PtRaw

PtRaw — A canvas for drawing Photon graphics primitives.

Synopsis

class PtRaw PtBasic
{
    raw_connect_f;    // unimplemented 
    raw_draw_f;       // unimplemented  
    raw_extent_f;     // unimplemented  
    raw_init_f;       // unimplemented  
}
		

Base Classes

PtWidget <-- PtBasic <-- PtRaw

Description

This widget is a canvas for drawing custom widgets. Its instance variables are not yet implemented in Gamma.

[Note]

For more information, please refer to PtRaw in the Photon documentation.