Trait tk::traits::TkBBoxTrait
source · pub trait TkBBoxTrait<Inst: TkInstance>where
Self: Deref<Target = Widget<Inst>>,{
type Index: Into<Obj>;
// Provided method
fn bbox(
&self,
index: Self::Index
) -> Result<TkBBox, Enum2<DeError, InterpError>> { ... }
}