•  Back 
  •  Formularfunktionen 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - das Betriebssystem
Author      : 
Version     : tos.hyp (5. März 2013)
Subject     : Programmieren/Atari
Nodes       : 3001
Index Size  : 93602
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Titel
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File8.11.15  x_form_center                                             TOS

 Name:         »Form centered Object« - zentriert ein Objekt auf dem 
               Bildschirm.

 AES-Nummer:   28944

 Deklaration:  int16_t x_form_center( OBJECT *tree, int16_t *cx, 
               int16_t *cy, int16_t *cw, int16_t0 *ch );

 Beschreibung: Center a dialog on the screen, taking into account all 
               object attributes that can affect the outer border.

                Parameter  Meaning 
                tree       Object tree being modified 
                cx         X-coordinate of the outer rectangle 
                cy         Y-coordinate of the outer rectangle 
                cw         Width of the outer rectangle 
                ch         Height of the outer rectangle 

               This function is essentially identical in purpose to 
               the AES form_center call, however it takes all 
               attributes which can affect the size of the outer 
               border of the object tree (SHADOWED, OUTLINED, 3D 
               effect, etc.) into consideration. The returned 
               rectangle describes the entire area containing these 
               effects.

 Ergebnis:     Als Ergebnis wird immer eine 1 zurückgegeben.

 Verfügbar:    Die Funktion steht nur unter Geneva zur Verfügung.

 Gruppe:       Formulare

 Querverweis:  Binding   form_center