Searched refs:MakeButton (Results 1 – 3 of 3) sorted by relevance
53 BButton* MakeButton(const char* name, const char* label,
70 m_pAddMenuButton = aFactory.MakeButton("Add Menu Bar", STR_ADD_MENU, in MenuView()82 m_pAddItemButton = aFactory.MakeButton("Add Item To Menu", in MenuView()89 m_pDelButton = aFactory.MakeButton("Delete Menu Bar", STR_DELETE_MENU, in MenuView()
35 BButton* ViewLayoutFactory::MakeButton(const char* name, const char* label, in MakeButton() function in ViewLayoutFactory