Module fltk::window[][src]

Expand description

Window widgets

Structs

AndroidWindow

An Android window

DoubleWindow

Creates a double (buffered) window widget

GlWindow

Creates a OpenGL window widget

GlutWindow

Creates a OpenGL Glut window widget

MenuWindow

Creates a Menu window widget

OverlayWindow

Creates an overlay (buffered) window widget

SingleWindow

Creates a single (buffered) window widget

Enums

WindowType

Defines the window type

Type Definitions

GlContext

A wrapper around a raw OpenGL context

RawHandle

Opaque raw window handle (*mut c_void to HWND on Windows and NSWindow on macOS), XID (u64) raw window handle for X11

Window

Creates a window widget