Trait tk::cmd::AddTkPanedwindow
source · pub trait AddTkPanedwindow {
// Provided method
fn add_panedwindow<Opts, Inst: TkInstance>(
&self,
path_opts: impl Into<PathOptsWidgets<Opts, ()>>
) -> InterpResult<TkPanedwindow<Inst>>
where Self: Deref<Target = Widget<Inst>>,
Opts: IntoHomoTuple<TkPanedwindowOpt> + IntoHomoTuple<OptPair> { ... }
}