next up previous contents
Next: Modify Response Field Up: Retained Menu Definition Previous: Modify Button Field

Modify Button ID Field Parameters

This Subroutine allows the Button ID Field Position and Width for Text Menus to be modified.

Short Name Calling Sequence

STATUS = UIFIBI([XCOR,WIDTH])

Long Name Calling Sequence

STATUS = UI_FIELD_BUTTON_ID(...)

Input Arguments

XCOR (Integer) X-Cor (Optional) WIDTH (Integer) Width (Optional)

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

UI__ILLEGAL_MENU ) Illegal Menu ID UIILME ) 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. The XCOR Argument overrides the default Button ID Field X Position for the current Menu (when displayed in Text Mode). A negative or zero position will restore the UIPACK default.
  3. The WIDTH Argument overrides the default Button ID Field Width for the current Menu (when displayed in Text Mode). A negative or zero Width will will restore the UIPACK default.
  4. All Arguments are optional and, if omitted, will result in the UIPACK default being restored.


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