[][src]Crate thorium

This crate is gonna start with some safe winapi wrappers.

We might spread out from there later on.

Structs

MessageBoxType

A newtype for a particular type of message box to show.

MessageBoxTypeBuilder

Provides a "can't forget anything" builder for MessageBoxType values.

Enums

MessageBoxButtons

Which set of buttons the message box should show.

MessageBoxDefaultButton

Which button should be the default button?

MessageBoxIcon

What icon should be shown in the message box.

MessageBoxModality

Affects what windows this message blocks while it's open.

MessageBoxReturn

The button that the user clicked to close the message box.

Functions

message_box

Opens a message box.