Trait tk::cmd::AddTtkSeparator

source ·
pub trait AddTtkSeparator {
    // Provided method
    fn add_ttk_separator<Opts, Inst: TkInstance>(
        &self,
        path_opts: impl Into<PathOptsWidgets<Opts, ()>>
    ) -> InterpResult<TtkSeparator<Inst>>
       where Self: Deref<Target = Widget<Inst>>,
             Opts: IntoHomoTuple<TtkSeparatorOpt> + IntoHomoTuple<OptPair> { ... }
}

Provided Methods§

source

fn add_ttk_separator<Opts, Inst: TkInstance>( &self, path_opts: impl Into<PathOptsWidgets<Opts, ()>> ) -> InterpResult<TtkSeparator<Inst>>where Self: Deref<Target = Widget<Inst>>, Opts: IntoHomoTuple<TtkSeparatorOpt> + IntoHomoTuple<OptPair>,

Implementors§

source§

impl<Widg, Inst: TkInstance> AddTtkSeparator for Widgwhere Widg: Deref<Target = Widget<Inst>>,