Lines Matching refs:caption
122 \ Containers for storing the initial caption text
226 \ text caption
229 \ Print the menu caption (we expect a string to be on the stack
319 \ Set the current non-ANSI caption
325 \ Set the current ANSI caption
337 \ Print the frame caption at (x,y)
546 s" Reboot" \ menu caption (required by printmenuitem)
696 : toggle_menuitem ( N -- N ) \ toggles caption text and internal menuitem state
706 \ called if the caption was NULL.
721 \ ( followed by c-addr/u of current caption )
723 \ Copy the current caption into our buffer
743 \ We can now use init_textN as the untoggled caption and
745 \ toggled caption and store the appropriate value into menu_caption[x]
760 \ Assign toggled text to menu caption
769 \ No toggled text, keep the same caption
779 \ Assign init_textN text to menu caption
823 \ No caption set for this array index. Loop back to zero.
853 \ Assign array value text to menu caption
867 \ Erase and redraw the menu. Useful if you change a caption and want to
1125 dup menu_caption[x] unsetenv \ menu caption
1126 dup ansi_caption[x] unsetenv \ ANSI caption
1128 dup toggled_text[x] unsetenv \ toggle_menuitem caption
1129 dup toggled_ansi[x] unsetenv \ toggle_menuitem ANSI caption
1133 \ cycle_menuitem caption and ANSI caption