Removes a choice list from the screen
| Call | |
| #include <vv_clist.h> | |
| void cl_dn(clistp) | |
|
CLISTPTR clistp |
Choice list to remove from screen |
| Returns
None |
|
| Description
If the choice list is set on the screen, cl_dn() unsets the choice list window for the specified choice list. Otherwise, this function does nothing. |
|
| Related Functions | |