Previous Page | Next Page

Commands Used with the IMGCTRL, IMGOP and PICFILL Functions

WRAISE



Raises the Image window
Syntax
Details
Example

Syntax

rc=IMGCTRL(task-id, 'WRAISE');


Details

WRAISE attempts to force the Image window to the top of the display as long as the IMGOP or IMGCTRL commands are executing. This command might not be executed by some window managers. Note that when you start the image task with the IMGINIT function, you can specify the TOPWINDOW option to force the window to always be on top.


Example

Raise the Image window to the top of the display:

pop:
    rc = imgctrl(task-id,'WRAISE');
return;

Previous Page | Next Page | Top of Page