*ARCHAIC_FUNC + +This function is no longer supported. *ARCHAIC_DEF + +This constant no longer exists. *INTERN_FUNC + +This function was deemed unnecessary with new window management. It +has been internalized and is only used by Vermont Views. If you +are using this function, please call technical support. +This function is no longer supported. *NAMECHANGE_ONLY + *vv_patt + +Support for physical attributes has been removed. Only logical +attributes are supported. Please remove all references to this +header file. *vv_float + +Floats are now broken down into two categories, single and +double precision. Use vv_doubl.h instead of vv_float.h *X_LINEBDR + +New window management requires borders to be separate from the contents +of the window. Therefore it is not possible to intersect a line with a +window's border. *POPUP + +New window management works on windows' contents not their pop-up storage +buffers, there is no such thing as pop-up forms, windows, or menus. Remove +any references to this flag. *INSIDE + +The concept of INSIDE and FULL dimensions no longer exists under new window +management. The window's dimensions are always those of the "inside" +(does not include the margins and borders). If you wish to use the "full" +dimensions (those including the margins and borders) use the window +structure members rbf, cbf, ref, cef. *FULL + +The concept of INSIDE and FULL dimensions no longer exists under new window +management. The window's dimensions are always those of the "inside" +(does not include the margins and borders, if you wish to use the "full" +dimensions (those including the margins and borders) use the window +structure members rbf, cbf, ref, cef. *VSECHO + +New window management makes this flag obsolete, this flag still +exists, but it is for VCS use only. It may be removed completely +in subsequent releases. Remove any references to this flag. *FREEZE + +New window management makes this flag obsolete, there is no freeze +buffer. Remove any references to this flag. *TOPBOTMSG + +New window management makes this flag obsolete. If you wish +top and bottom messages for memory files put them in the +memory file directly. Remove any references to this flag. *WINDOW + +New window management requires that all windows have some +form of buffer, either a memory screen or a memory file. +If a window is created on the stack, use wn_msmod(), +sw_mf() or sw_msbuf() to assign its buffer. *sw_bdr + +sw_bdr() and sw_bdratt() have been combined into one +function - sw_bdr(), specify the attribute as the +second argument. *sw_dim + +The concept of INSIDE and FULL dimensions no long exists under new window +management. Remove any references to this function. *sw_mg + +sw_mgrow() and sw_mgcol() have been combined into one +function - sw_mg(). Check the Function Reference page for sw_mg. *sw_org + +sw_msorg() and sw_mforg() have been combined into one +function - sw_org(). *v_bdr + +v_bdr() no longer needs to be passed the argument for the +border type, it now takes one argument - a window pointer. *wn_msadj + +wn_msadj() has been renamed to wn_adj(). wn_adj() can be +used with windows with either a memory screen or a memory +file. *wn_print + +wn_print() now takes two parameters. The first should be +either PRINT_FULL or PRINT_INSIDE. The second is the +window pointer. *wn_wr + +wn_wr() now takes four parameters. The first is the name of +the file to write to, of type UCHAR *, the second is mode of +disk operation of type UCHAR *, the third is new - how much of +the window image to print of type int, the fourth is the +windowpointer of type WINDOWPTR. *wn_msadj *FLOAT + +This constant no longer exists. Use F_DOUBLE instead.