•  Back 
  •  Object library 
  •  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.16.10  objc_wchange                                              TOS

 Name:         »Object window change« - Alter the display of an object 
               in a window within specified limits.

 Opcode:       61

 Syntax:       void objc_wchange ( OBJECT *ob_ctree, int16_t 
               ob_cobject, int16_t ob_cnewstate, GRECT *clip, int16_t 
               whandle );

 Description:  The call objc_wchange alters the display state of an 
               object in a window and, if necessary, redraws it. The 
               following apply:

                Parameter     Meaning

                ob_ctree      Address of the object tree
                ob_cobject    Index of the relevant object
                ob_cnewstate  New status of the object
                clip          Bounding clipping rectangle
                whandle       Window identifier

               Note: A call of this function is equivalent to calling 
               objc_change (without a redraw) followed by objc_wdraw.

 Return value: An error has arisen only if the value 0 is returned.

 Availability: The function is available in MagiC as of Version 5.10.

 Group:        Object library

 Querverweise: Binding   objc_change   OBJECT