examples/grip.pl - Screen and widget grabbing example |
examples/grip.pl - Screen and widget grabbing example
Provided two standalone tests.
The ``grip test'' copies a graphic content of a widget onto a monochrome bitmap, thus testing the widget representation on a monochrome display. This test is useful together with a launch example, that allows execution of several Prima examples in one task space.
The ``grab test'' copies the selected region of a screen.
Tests the correct implementation of apc_application_get_bitmap()
function,
especially on paletted displays.
examples/grip.pl - Screen and widget grabbing example |