Functions
definition
external "CASL_GraffitiFunctions";
# Remark:
# The show command on a frame (i.e. frame.hidden = false) causes the
# system to init the Graffiti Shift (done by CASL ?).
# That means, that the customized position is lost and has
# to be set once more by the gsi_SetLocation_Graffiti function!
function gsi_Init_Graffiti;
function gsi_Enable_Graffiti;
function gsi_SetLocation_Graffiti
(numeric xPos, numeric yPos);
function gsi_Disable_Graffiti;
function gsi_Activate_Graffiti;
end_external;
|