[][src]Trait gtk::subclass::container::ContainerImplExt

pub trait ContainerImplExt {
    fn parent_add(&self, container: &Container, widget: &Widget);
fn parent_remove(&self, container: &Container, widget: &Widget);
fn parent_check_resize(&self, container: &Container);
fn parent_set_focus_child(
        &self,
        container: &Container,
        widget: Option<&Widget>
    );
fn parent_child_type(&self, container: &Container) -> Type;
fn parent_get_path_for_child(
        &self,
        container: &Container,
        widget: &Widget
    ) -> WidgetPath; }

Required methods

fn parent_add(&self, container: &Container, widget: &Widget)

fn parent_remove(&self, container: &Container, widget: &Widget)

fn parent_check_resize(&self, container: &Container)

fn parent_set_focus_child(&self, container: &Container, widget: Option<&Widget>)

fn parent_child_type(&self, container: &Container) -> Type

fn parent_get_path_for_child(
    &self,
    container: &Container,
    widget: &Widget
) -> WidgetPath

Loading content...

Implementors

impl<T: ContainerImpl + ObjectImpl> ContainerImplExt for T[src]

Loading content...