[][src]Trait vgtk::ext::BoxExtHelpers

pub trait BoxExtHelpers: BoxExt {
    fn get_child_center_widget(&self, _child: &Object) -> bool { ... }
fn set_child_center_widget(&self, _child: &Object, _center: bool) { ... } }

Helper trait for Box.

Provided methods

fn get_child_center_widget(&self, _child: &Object) -> bool

fn set_child_center_widget(&self, _child: &Object, _center: bool)

Loading content...

Implementors

impl<A> BoxExtHelpers for A where
    A: BoxExt
[src]

Loading content...