[][src]Trait vgtk::ext::NotebookExtHelpers

pub trait NotebookExtHelpers: NotebookExt {
    fn set_child_action_widget_start<P: IsA<Widget>>(
        &self,
        _child: &P,
        _val: bool
    ) { ... }
fn get_child_action_widget_start<P: IsA<Widget>>(&self, _child: &P) -> bool { ... }
fn set_child_action_widget_end<P: IsA<Widget>>(
        &self,
        _child: &P,
        _val: bool
    ) { ... }
fn get_child_action_widget_end<P: IsA<Widget>>(&self, _child: &P) -> bool { ... } }

Helper trait for Notebook.

Provided methods

fn set_child_action_widget_start<P: IsA<Widget>>(&self, _child: &P, _val: bool)

fn get_child_action_widget_start<P: IsA<Widget>>(&self, _child: &P) -> bool

fn set_child_action_widget_end<P: IsA<Widget>>(&self, _child: &P, _val: bool)

fn get_child_action_widget_end<P: IsA<Widget>>(&self, _child: &P) -> bool

Loading content...

Implementors

impl<A> NotebookExtHelpers for A where
    A: NotebookExt
[src]

Loading content...