Searched refs:SetMenu (Results 1 - 20 of 20) sorted by relevance

/haiku/headers/os/add-ons/input_server/
H A DInputServerMethod.h30 status_t SetMenu(const BMenu* menu,
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp113 SetMenu(fDeskbarMenu, BMessenger(this));
119 SetMenu(NULL, BMessenger());
204 SetMenu(fDeskbarMenu, BMessenger(this));
H A DT9InputServerMethod.cpp114 SetMenu(fDeskbarMenu, BMessenger(this));
120 SetMenu(NULL, BMessenger());
205 SetMenu(fDeskbarMenu, BMessenger(this));
/haiku/src/servers/input/
H A DInputServerMethod.cpp105 * Method: BInputServerMethod::SetMenu()
109 BInputServerMethod::SetMenu(const BMenu *menu, function in class:BInputServerMethod
112 return fOwner->SetMenu(menu, target);
220 _BMethodAddOn_::SetMenu(const BMenu *menu, const BMessenger &messenger) function in class:_BMethodAddOn_
H A DInputServer.h99 status_t SetMenu(const BMenu* menu, const BMessenger& messenger);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h68 void SetMenu(BMenu* menu);
H A DPropertyListView.cpp317 // SetMenu
319 PropertyListView::SetMenu(BMenu* menu) function in class:PropertyListView
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.h66 void SetMenu(BMenu* menu);
H A DPathListView.h74 void SetMenu(BMenu* menu);
H A DShapeListView.h72 void SetMenu(BMenu* menu);
H A DStyleListView.h68 void SetMenu(BMenu* menu);
H A DTransformerListView.cpp429 TransformerListView::SetMenu(BMenu* menu) function in class:TransformerListView
H A DShapeListView.cpp618 ShapeListView::SetMenu(BMenu* menu) function in class:ShapeListView
H A DPathListView.cpp776 PathListView::SetMenu(BMenu* menu) function in class:PathListView
H A DStyleListView.cpp643 StyleListView::SetMenu(BMenu* menu) function in class:StyleListView
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp78 fOwner->SetMenu(fDeskbarMenu, BMessenger(NULL, this));
105 fOwner->SetMenu(NULL, BMessenger());
H A DPenInputServerMethod.cpp75 SetMenu(NULL, BMessenger());
/haiku/headers/private/kernel/boot/
H A Dmenu.h69 void SetMenu(Menu* menu);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1017 fPathListView->SetMenu(fPathMenu);
1021 fStyleListView->SetMenu(fStyleMenu);
1029 fShapeListView->SetMenu(fShapeMenu);
1033 fTransformerListView->SetMenu(fTransformerMenu);
1039 fPropertyListView->SetMenu(fPropertyMenu);
/haiku/src/system/boot/loader/
H A Dmenu.cpp205 MenuItem::SetMenu(Menu* menu) function in class:MenuItem

Completed in 86 milliseconds