Use this record-level keyword to define a record as a pull-down menu for a menu bar. When this record is written, it is saved by the system and it is displayed later as a pull-down menu for a menu-bar choice.
The format of the keyword is:
PULLDOWN[(*SLTIND | *NOSLTIND)] [(*NORSTCSR | *RSTCSR)]
The parameters are optional.
The SLTIND parameter specifies whether the selection indicators (such as radio buttons) for a selection field in the pull-down menu are displayed. *SLTIND specifies that the selection indicators should be displayed. *NOSLTIND specifies that the selection indicators should not be displayed. The default is *SLTIND.
The RSTCSR parameter specifies if the user should be allowed limited function when the cursor is outside of the pull-down window. When *NORSTCSR is specified and the cursor is outside of the pulldown window, the user will be allowed to press a function key and have it function as if the cursor were within the window. When *RSTCSR is specified, if the user attempts to press a function key while the cursor is outside of the pulldown window, the user will receive a beep and the cursor will be placed inside the pulldown-window. Control will not be returned to the application. The default is *NORSTCSR.
A record containing the PULLDOWN keyword is considered a window record, although the WINDOW keyword cannot be used. The system calculates the dimensions of the pull-down window and generates the border.
Option indicators are not valid for this keyword.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.