Module fltk::window[][src]

Window widgets

Re-exports

pub use crate::prelude::*;

Structs

AndroidWindow

An Android window

DoubleWindow

Creates a double (buffered) window widget

MenuWindow

Creates a Menu window widget

SingleWindow

Creates a single (buffered) 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

Window

Creates a window widget