[][src]Module fltk::window

Re-exports

pub use crate::prelude::*;

Structs

DoubleWindow

Creates a double (buffered) window widget

MenuWindow

Creates a Menu window widget

SingleWindow

Creates a single (buffered) window widget

Window

Creates a window widget

Enums

WindowType

Defines the window type, can be set dynamically using the set_type() method

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