deferred class CURSES_WIDGET [I_ -> UI_WIDGET]
Summary
Direct parents
Inherit list: UI_TYPED_BRIDGE_WIDGET
Insert list: CURSES_ITEM
Known children
Inherit list: CURSES_BUTTON, CURSES_TEXT_FIELD
Insert list: CURSES_PANEL
Class invariant
Overview
start: BOOLEAN
deferred function
key_pressed (code: INTEGER_32): BOOLEAN
deferred function
resized: BOOLEAN
deferred 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
{}