Trait gio::subclass::prelude::ListModelImplExt

source ·
pub trait ListModelImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_item_type(&self) -> Type { ... }
    fn parent_n_items(&self) -> u32 { ... }
    fn parent_item(&self, position: u32) -> Option<Object> { ... }
}

Provided Methods§

source

fn parent_item_type(&self) -> Type

source

fn parent_n_items(&self) -> u32

source

fn parent_item(&self, position: u32) -> Option<Object>

Object Safety§

This trait is not object safe.

Implementors§