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

Modify Menu Text Style

This Subroutine allows the Text Style associated with the currently setup Menu to be modified.

Short Name Calling Sequence

STATUS = UISTME(STYLE)

Long Name Calling Sequence

STATUS = UI_STYLE_MENU(...)

Input Arguments

STYLE (Integer) Text Style

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI ) 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 STYLE Argument overrides the default text style for the current Menu. The Menu Title, Prompt and all subsequently defined Menu Buttons will be displayed in the specified text style. A Style of Zero is the normal (not bold, blinking, underlined etc.) and alternative styles may be specified by combining the following Style Masks (by ORing them together):-

    UISBLI                  ) Blinking
    UISTYLEBLINK            )
    
    UISBOL                  ) Bold
    UISTYLEBOLD             )
    
    UISREV                  ) Reverse Video
    UISTYLEREVERSE          )
    
    UISUND                  ) Underlined
    UISTYLEUNDERLINE        )
    

    These Parameters are defined in the Parameter Definition File described in Appendix B.3.



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