NAME
--background
DESCRIPTION
This class implements the text-only Scalos windows. Most
functionality is derived from IconWindow.sca but there are
some special methods described below.
NAME SYNOPSIS
void DoMethod(obj,SCCM_TextWin_ReAdjust);
FUNCTION
Rebuilds text window. Entries are re-sorted, all column headers
and text gadgets are redrawn and the scrollers are adjusted.
INPUTS
RESULT
SEE ALSO
NAME SYNOPSIS
DoMethod(obj,SCCM_TextWin_BeginUpdate);
FUNCTION
hold all visible updates until SCCM_TextWin_EndUpdate
INPUTS
RESULT
SEE ALSO
NAME SYNOPSIS
DoMethod(obj,SCCM_TextWin_EndUpdate,ULONG RefreshFlag);
FUNCTION
Unlock window updates and optionally rebuild window contents.
INPUTS
RefreshFlag - if TRUE,
forces window to perform SCCM_TextWin_ReAdjust.
RESULT
SEE ALSO
NAME SYNOPSIS
DoMethod(obj,SCCM_TextWin_InsertIcon,struct ScaIconNode *in);
FUNCTION
The ScaIconNode is inserted into the text window icon list,
according to the current sorting order.
If an icon with the same name already exists, it is replaced.
INPUTS
in - ScaIconNode which is to inserted into the
sorted icon list if the text window.
RESULT