class CURSES_MENU
Summary
Direct parents
Inherit list: UI_TYPED_BRIDGE_MENU
Insert list: CURSES_ITEM
Class invariant
Overview
Creation features
add (a_child: CURSES_MENU_ITEM)
effective procedure
start: BOOLEAN
effective function
key_pressed (code: INTEGER_32): BOOLEAN
effective function
resized: BOOLEAN
effective function
connect_to (a_job: UI_JOB)
deferred procedure
ui: UI_
writable attribute
{ANY}
effective function
{ANY}
ensure
  • Result.intern = Result
make (a_ui: UI_)
effective procedure
{}
require
  • a_ui /= Void
ensure
  • ui = a_ui
writable attribute
{}