menu
ncurses package
documentation
bindings.dart
NativeWindow
fromPointer static method
fromPointer static method
dark_mode
light_mode
fromPointer
static method
Window
fromPointer
(
Pointer
<
WINDOW
>
ptr
)
Implementation
static Window fromPointer(Pointer<bindings.WINDOW> ptr) => Window._fromPointer(ptr);
ncurses package
documentation
bindings
NativeWindow
fromPointer static method
NativeWindow extension on
Window