Searched refs:ActiveTextWidget (Results 1 - 2 of 2) sorted by path

/haiku/src/kits/tracker/
H A DPoseView.h421 BTextWidget* ActiveTextWidget() { return fActiveTextWidget; }; function in class:BPrivate::BPoseView
H A DTextWidget.cpp346 ASSERT(view->ActiveTextWidget() != NULL);
347 float maxWidth = view->ActiveTextWidget()->MaxWidth();
406 ASSERT(view->ActiveTextWidget() != NULL);
407 float maxWidth = view->ActiveTextWidget()->MaxWidth();

Completed in 130 milliseconds