Expand description
Window widgets Window widgets
Multithreaded applications should always create/show/open/close windows
from the main thread (This might or might not work on your specific target,
due to fltk calling the underlying platform’s window code. If you want
portability, avoid it.) If you need to trigger showing a windows from
another thread, use messages
to notify the main
thread that the window needs showing. An alternative to that is
awake_callback
Structs§
- Double
Window - Creates a double (buffered) window widget
- GlContext
enable-glwindow
- A wrapper around a raw OpenGL context
- GlWidget
Window enable-glwindow
- Creates a OpenGL Glut window widget
- Glut
Window enable-glwindow
- Creates a OpenGL Glut window widget
- Menu
Window - Creates a Menu window widget
- Overlay
Window - Creates an overlay (buffered) window widget
- Single
Window - Creates a single (buffered) window widget
Enums§
- Window
Type - Defines the window type