•  Back 
  •  Fensterverwaltung 
  •  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.9.13  wind_xget                                                  TOS

 Name:         »Get Window« - ermittelt die Parameter eines Fensters.

 AES-Nummer:   104

 Deklaration:  int16_t wind_xget ( int16_t wi_ghandle, int16_t 
               wi_gfield, int16_t *wi_gw1, int16_t *wi_gw2, int16_t 
               *wi_gw3, int16_t *wi_gw3 int16_t *wo_gw2, int16_t 
               *wo_gw3, int16_t *wo_gw3 );

 Beschreibung: Die Funktion liefert abhängig von den übergebenen 
               Parametern verschiedene Informationen über das Fenster 
               mit der Kennung wi_ghandle. Es gilt für wi_gfield.

               Zusammenfassung aller Unterfunktionen

                WF_CALCF2W (42)
                        This mode will take an arbitrary FULL area, 
                        and return the corresponding WORK area.

                        Das Vorhandensein dieses Features sollte per 
                        appl_getinfo (Opcode 11) ermittelt werden.

                WF_CALCW2F (43)
                        This mode will take an arbitrary WORK area, 
                        and return the resulting FULL area of the 
                        window in question.

                        Das Vorhandensein dieses Features sollte per 
                        appl_getinfo (Opcode 11) ermittelt werden.

                WF_FIRSTAREAXYWH (13)
                        wi_gw1, wi_gw2, wi_gw3 und wi_gw4 is a 
                        clipping area, and the AES may optimize the 
                        list of rectangles returned by 
                        WF_FIRSTAREAXYWH and WF_NEXTXYWH.

                        Das Vorhandensein dieses Features sollte per 
                        appl_getinfo (Opcode 11) ermittelt werden.

 Ergebnis:     Ein Fehler ist nur dann aufgetreten, wenn als Ergebnis 
               0 zurückgegeben wird.

 Verfügbar:    XaAES seit 2004-12-14

 Gruppe:       Fensterverwaltung

 Querverweis:  Binding   wind_get   wind_set   Unterfunktionsübersicht