•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The GFA-Basic Compendium
Author      : GFA Systemtechnik GmbH
Version     : GFABasic.HYP v2.98 (12/31/2023)
Subject     : Documentation/Programming
Nodes       : 899
Index Size  : 28056
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Document not found
@help       : Help
@options    : +g -i -s +z
@width      : 75
@hostname   : STRNGSRV
@hostname   : CAB     
@hostname   : HIGHWIRE
@hostname   : THING   
View Ref-FileOBJC_OFFSET(tree,obj[,x_abs,y_abs])

tree, obj: iexp
x_abs, y_abs: ivar

Computes the absolute screen coordinates of the specified object.

Returns 0 is an error occured.

    tree  - Address of the object tree.
    obj   - Object number.
    x_abs - Returns the computed x-coordinate.
    y_abs - Returns the computed y-coordinate.

The parameters x_abs and y_abs are optional, these values can also be found
by querying GINTOUT(1) to GINTOUT(2).

objc_offset()+