Module winsafe::gui

source ·
Available on crate feature gui only.
Expand description

High-level GUI abstractions for user windows and native controls. They can be created programmatically or by loading resources from a .res file. These files can be created with a WYSIWYG resource editor.

You’ll probably want to start your GUI application using the WindowMain.

Modules§

  • Events exposed by windows and controls, which allow the handling of native Windows messages.
  • Structs which expose specialized methods of controls.

Structs§

Enums§