Trait orbtk::menu::Entry [] [src]

pub trait Entry: Widget {
    fn text(&mut self) -> String;
}

Required Methods

Implementors