Struct iup::layout::radio::Radio
[−]
[src]
pub struct Radio(_);
A void container for grouping mutual exclusive toggles. Only one of its descendent toggles will be active at a time. The toggles can be at any composition.
See the IUP Radio Documentation.
Methods
impl Radio
fn new<E: Element>(child: E) -> Radio
Creates a radio to wrap toggles.
The child is usually a VBox
or HBox
containing the toggles.
fn new_empty() -> Radio
Creates a radio with no wrapped content.