Home
last modified time | relevance | path

Searched refs:MakeTextControl (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.h59 BTextControl* MakeTextControl(const char* name, const char* label,
H A DViewLayoutFactory.cpp57 BTextControl* ViewLayoutFactory::MakeTextControl(const char* name, in MakeTextControl() function in ViewLayoutFactory
H A DMenuView.cpp111 m_pLabelCtrl = aFactory.MakeTextControl("Menu Bar Control", in MenuView()