Module: FFI

Defined in:
lib/ffi-ncurses.rb,
lib/ffi-ncurses/acs.rb,
lib/ffi-ncurses/mouse.rb,
lib/ffi-ncurses/panel.rb,
lib/ffi-ncurses/darwin.rb,
lib/ffi-ncurses/keydefs.rb,
lib/ffi-ncurses/ncurses.rb,
lib/ffi-ncurses/version.rb,
lib/ffi-ncurses/typedefs.rb,
lib/ffi-ncurses/functions.rb,
lib/ffi-ncurses/widechars.rb,
lib/ffi-ncurses/winstruct.rb,
lib/ffi-ncurses/bool_wrappers.rb

Overview

typedef struct panel { WINDOW *win; struct panel *below; struct panel *above; NCURSES_CONST void *user; } PANEL;

Defined Under Namespace

Modules: NCurses, WideChars