Struct imgui::Menu [] [src]

#[must_use]
pub struct Menu<'ui, 'p> {
    // some fields omitted
}

Methods

impl<'ui, 'p> Menu<'ui, 'p>
[src]

fn new(label: ImStr<'p>) -> Self

fn enabled(self, enabled: bool) -> Self

fn build<F: FnOnce()>(self, f: F)