Module iui::prelude [−][src]
Common imports are packaged into this module. It's meant to be glob-imported: use iui::prelude::*
.
Structs
UI |
A handle to user interface functionality. |
Window |
Contains a single child control and displays it and its children in a window on the screen. |
Enums
LayoutStrategy |
Defines the ways in which the children of boxes can be layed out. |
WindowType |
A |
Traits
NumericEntry | |
TextEntry |