+
Point of view
NCURSES_WIDGET
deferred class NCURSES_WIDGET
Summary
Overview
left: INTEGER_32
deferred function
deferred function
width: INTEGER_32
deferred function
height: INTEGER_32
deferred function
redraw_later
effective procedure
redraw_now
effective procedure
refresh_later
deferred procedure
hidden: BOOLEAN
writable attribute
show
effective procedure
hide
effective procedure
is_children_drawing_disable: BOOLEAN
writable attribute
draw_children (b: BOOLEAN)
effective procedure
set_foreground_color (color: INTEGER_32)
effective procedure
set_background_color (color: INTEGER_32)
effective procedure
set_colors (foreground: INTEGER_32, background: INTEGER_32)
effective procedure
get_foreground_color: INTEGER_32
effective function
get_background_color: INTEGER_32
effective function
set_parent (p: NCURSES_WIDGET)
effective procedure
get_window: NCURSES_WINDOW
deferred function
add_child (child: NCURSES_WIDGET)
effective procedure
delete
effective procedure
parent_resized
deferred procedure
propagate_resize
effective procedure
parent: NCURSES_WIDGET
writable attribute
children: FAST_ARRAY[NCURSES_WIDGET]
writable attribute
invisible_cursor_mode: INTEGER_32
constant attribute
In this mode the cursor is invisible.
default_visible_cursor_mode: INTEGER_32
constant attribute
The default visible cursor mode.
special_visible_cursor_mode: INTEGER_32
constant attribute
In this mode cursor may blink in a more special or in a more visible way.
valid_cursor_visibility (code: INTEGER_32): BOOLEAN
effective function