next up previous contents
Next: Make a Comment Up: Retained Menu Definition Previous: Drop a Menu

Drop a Menu Button User Information Text

This Subprogram drops the User Information Text from the specified Menu Button on the currently setup Menu.

Short Name Calling Sequence

STATUS = UIDRUI(BUTTID)

Long Name Calling Sequence

STATUS = UI_DROP_USER_INFO(...)

Input Arguments

BUTTID (Integer) Button ID

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

UI__ILLEGAL_BUTTON ) Illegal Button ID UIILBU ) Note:

  1. This subroutine operates on the currently setup Menu as defined by a prior call to UI_DEFINE_MENU or UI_USE_MENU.
  2. Button IDs range from 1-NBUTTS (as defined by UI_DEFINE_BUTTONS).


Liz Buckle
Fri Jan 13 17:39:04 CST 1995