Trait ux::prelude::MenuLinkIterExt[]

pub trait MenuLinkIterExt: 'static {
    pub fn get_name(&self) -> Option<GString>;
pub fn get_next(&self) -> Option<(GString, MenuModel)>;
pub fn get_value(&self) -> Option<MenuModel>;
pub fn next(&self) -> bool; }

Required methods

pub fn get_name(&self) -> Option<GString>

pub fn get_next(&self) -> Option<(GString, MenuModel)>

pub fn get_value(&self) -> Option<MenuModel>

pub fn next(&self) -> bool

Loading content...

Implementors

impl<O> MenuLinkIterExt for O where
    O: IsA<MenuLinkIter>, 

Loading content...