class DEMO_RASTER
****
The raster widget provides a much faster, lower level way of drawing to the screen. It is not as sophisticated as the canvas widget, but since it avoids silly tcl string conversions, it can be orders of magnitude faster and is close to the speed of raw X lib calls


Flattened version is here

Ancestors
GUI_UTIL



Public


Readable Attributes
attr x0, y0: FLTD;
attr x0, y0: FLTD;

Writable Attributes
attr x0, y0: FLTD;
attr x0, y0: FLTD;

Features
draw(raster: TK_RASTER, cb_info: TK_RASTER_CB)
init
make_demo(raster: TK_RASTER, dummy_info: TK_RASTER_CB)
save_coords(cb_info: TK_RASTER_CB)

The Sather Home Page