GPR_$SET_TEXT_PATH GPR Calls GPR_$SET_TEXT_PATH
NAME
gpr_$set_text_path - specifies the direction for writing a line of text.
FORMAT
gpr_$set_text_path (direction, status)
DESCRIPTION
This routine specifies the direction for writing a line of text.
To retrieve the current text path, use gpr_$inq_text_path.
The initial text path is gpr_$right.
Input Parameters
direction
The direction used for writing text, in gpr_$direction_t format.
This is a 2-byte integer. Specify only one of the following values:
gpr_$up
gpr_$down
gpr_$left
gpr_$right
Output Parameters
status
Completion status, in status_$t format.