|
Functions |
void __CDECL | std_apterm (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage application-terminated event
|
void __CDECL | std_cls (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-closed event
|
void __CDECL | std_mvd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-moved event
|
void __CDECL | std_tpd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-topped event
|
void __CDECL | std_szd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-sized event
|
void __CDECL | std_fld (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-fulled event
|
void __CDECL | std_icn (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-iconify event
|
void __CDECL | std_unicn (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-uniconify event
|
void __CDECL | std_allicn (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-alliconify event
|
void __CDECL | std_sldxy (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage "move-work" actions
|
void __CDECL | std_dnpgd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window page-down event
|
void __CDECL | std_uppgd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window page-up event
|
void __CDECL | std_uplnd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window line-up event
|
void __CDECL | std_dnlnd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window down-up event
|
void __CDECL | std_vsld (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window vertical-slider event
|
void __CDECL | std_hsld (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window horizontal-slider event
|
void __CDECL | std_lflnd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window line-left event
|
void __CDECL | std_rtlnd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window line-right event
|
void __CDECL | std_lfpgd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window page-left event
|
void __CDECL | std_rtpgd (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window page-right event
|
void __CDECL | std_arw (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-arrowed event
|
void __CDECL | std_btm (WINDOW *win, short buff[8], APPvar *app) |
| standard callback function to manage window-bottomed event
|
void __CDECL | std_comp_reflow (COMPONENT *c, long buff[8], APPvar *app) |
| standard callback function to manage CM_REFLOW event
|