Enum direct_gui::controls::ControlType
[−]
[src]
pub enum ControlType {
Button,
Label,
}Enum used to check what events should happen on certain controls.
Variants
ButtonLabel