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

pub trait ContainerImpl: ContainerImplExt + WidgetImpl + 'static {
    fn add(&self, container: &Container, widget: &Widget) { ... }
fn remove(&self, container: &Container, widget: &Widget) { ... }
fn check_resize(&self, container: &Container) { ... }
fn set_focus_child(&self, container: &Container, widget: Option<&Widget>) { ... }
fn child_type(&self, container: &Container) -> Type { ... }
fn get_path_for_child(
        &self,
        container: &Container,
        widget: &Widget
    ) -> WidgetPath { ... } }

Provided methods

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

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

fn check_resize(&self, container: &Container)

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

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

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

Loading content...

Implementors

Loading content...