•  Back 
  •  Font selection 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File8.20.2  fnts_close                                                 TOS

 Name:         »Font selector close window« - Close font selector 
               window.

 Opcode:       183

 Syntax:       int16_t fnts_close ( FNT_DIALOG *fnt_dialog, int16_t 
               *x, int16_t *y );

 Description:  The call fnts_close closes the window of the font 
               selector. The following apply:

                Parameter   Meaning

                fnt_dialog  Pointer to management structure
                x           Last x-coordinate of the dialog
                y           Last y-coordinate of the dialog

               Hint: Old WDIALOG versions do not return the window 
               coordinates. In that case the binding enters -1, so 
               that the dialog will be centred automatically at the 
               next call.

 Return value: This function returns always 1.

 Availability: The presence of this call should be checked for using 
               appl_getinfo (Opcode 7).

 Group:        Font selection

 See Also:     Binding   fnts_open   xFSL interface