L_STATE

Modify a list’s state

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
xcall L_STATE(list_id, state)

Arguments

list_id

The ID of the list to resize. (n)

state

One of the following list states: D_LNORMAL (restored), D_LMAXIMIZED, D_LMINIMIZED, D_LHIDDEN. (n)

Discussion

L_STATE modifies the state of a list.

See also

L_STATUS routine for retrieving the state of a list

Examples

The following example maximizes the list.

xcall l_state(order_lst, D_LMAXIMIZED)