Get the current display mode.
::get_insert returns the display mode of the output window. It is used by procedures like ::disp_region, ::disp_line, ::disp_rectangle1, etc. The mode is set with ::set_insert. Possible values for Mode can be queried with the procedure ::query_insert.
|
WindowHandle (input_control) |
window -> HTuple.long |
| Window_id. | |
|
Mode (output_control) |
string -> char * |
| Display mode. | |
::get_insert returns H_MSG_TRUE if the window is valid. Otherwise an exception handling is raised.
::set_insert, ::query_insert, ::disp_region, ::disp_line
System