Module native_windows_gui::constants
[−]
[src]
Controls constants
Modules
| keys |
Windows virtual key code |
Structs
| Ellipse |
Define a ellipse shape that can be used with canvases |
| MessageParams |
A structure that defines how a messagebox should look and behave. |
| Pen |
Describe how lines should be painted. Used when painting in a canvas |
| PickerDate |
A date struct that can be passed to a date time picker control. |
| Rectangle |
Define a rectangle shape that can be used with canvases |
| SYSTEMTIME | |
| SolidBrush |
A brush using a single solid color. Used when painting in a canvas |
Enums
| CapStyle |
Cap style used when creating a Pen |
| CheckState |
Checkbox checkstate |
| ControlType |
An enum that list type names for the common controls. |
| DashStyle |
Dash style used when creating a Pen |
| FileDialogAction |
A enum that dictates how a file dialog should behave |
| HTextAlign |
Text align constant on the horizontal axis |
| LineJoin |
Line join type used when creating a Pen |
| MessageButtons |
Enum of message box buttons (to use with |
| MessageChoice |
Return value of |
| MessageIcons |
Enum of message box icons (to use with |
| MouseButton |
Mouse buttons |
| ProgressBarState |
Define the state of a progress bar |
| VTextAlign |
Text align constant on the vertical axis |