•  Back 
  •  XCONTROL Callback Functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-FileXCONTROL Callback Functions
cpx_wmove()                                                        XCONTROL

Syntax

VOID (*cpx_wmove)( work )
GRECT *work;

Function      cpx_wmove() is called when a WM_MOVED message is received by
              the Control Panel in an Event CPX.

Parameters    work is a pointer to a GRECT containing the new coordinates
              of the window work area.

Binding       cpxinfo.cpx_wmove = cpx_wmove;

              return ( &cpxinfo );

Comments      This function will only be called if Set_Evnt_Mask() is
              called with MU_MESAG specified as an event to wait for.

Group         XCONTROL Callback Functions