Trait tk::cmd::AddTtkNotebook
source · pub trait AddTtkNotebook {
// Provided method
fn add_ttk_notebook<Opts, Inst: TkInstance>(
&self,
path_opts: impl Into<PathOptsWidgets<Opts, ()>>
) -> InterpResult<TtkNotebook<Inst>>
where Self: Deref<Target = Widget<Inst>>,
Opts: IntoHomoTuple<TtkNotebookOpt> + IntoHomoTuple<OptPair> { ... }
}Provided Methods§
fn add_ttk_notebook<Opts, Inst: TkInstance>(
&self,
path_opts: impl Into<PathOptsWidgets<Opts, ()>>
) -> InterpResult<TtkNotebook<Inst>>where
Self: Deref<Target = Widget<Inst>>,
Opts: IntoHomoTuple<TtkNotebookOpt> + IntoHomoTuple<OptPair>,
Object Safety§
This trait is not object safe.