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> { ... }
}