Lines Matching refs:caption
132 \ Containers for storing the initial caption text
233 \ text caption
236 \ Print the menu caption (we expect a string to be on the stack
424 \ caption.
471 \ Print the frame caption at (x,y)
557 \ Set the current non-ANSI caption
563 \ Set the current ANSI caption
674 s" Reboot" \ menu caption (required by printmenuitem)
815 : toggle_menuitem ( N -- N ) \ toggles caption text and internal menuitem state
825 \ called if the caption was NULL.
840 \ ( followed by c-addr/u of current caption )
842 \ Copy the current caption into our buffer
862 \ We can now use init_textN as the untoggled caption and
864 \ toggled caption and store the appropriate value into menu_caption[x]
879 \ Assign toggled text to menu caption
888 \ No toggled text, keep the same caption
898 \ Assign init_textN text to menu caption
942 \ No caption set for this array index. Loop back to zero.
972 \ Assign array value text to menu caption
986 \ Erase and redraw the menu. Useful if you change a caption and want to
1227 dup menu_caption[x] unsetenv \ menu caption
1228 dup ansi_caption[x] unsetenv \ ANSI caption
1230 dup toggled_text[x] unsetenv \ toggle_menuitem caption
1231 dup toggled_ansi[x] unsetenv \ toggle_menuitem ANSI caption
1235 \ cycle_menuitem caption and ANSI caption