Searched refs:AddAction (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/shared/
H A DToolBar.h24 void AddAction(uint32 command, BHandler* target,
29 void AddAction(BMessage* message, BHandler* target,
/haiku/src/kits/shared/
H A DToolBar.cpp119 BToolBar::AddAction(uint32 command, BHandler* target, const BBitmap* icon, function in class:BPrivate::BToolBar
122 AddAction(new BMessage(command), target, icon, toolTipText, text, lockable);
127 BToolBar::AddAction(BMessage* message, BHandler* target, function in class:BPrivate::BToolBar
/haiku/src/kits/tracker/
H A DNavigator.cpp94 AddAction(kNavigatorCommandBackward, this, bmpBack);
100 AddAction(kNavigatorCommandForward, this, bmpForw);
106 AddAction(kNavigatorCommandUp, this, bmpUp);
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp61 fToolBar->AddAction(MSG_PREVIOUS_SCREENSHOT, this,
64 fToolBar->AddAction(MSG_NEXT_SCREENSHOT, this,
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp180 // fToolBar->AddAction(MSG_FILE_OPEN, be_app,
182 fToolBar->AddAction(MSG_FILE_PREV, this,
184 fToolBar->AddAction(MSG_FILE_NEXT, this, tool_bar_icon(kIconGoNext),
188 fToolBar->AddAction(fullScreenSlideShow, this,
191 fToolBar->AddAction(MSG_SELECTION_MODE, this,
195 fToolBar->AddAction(kMsgOriginalSize, this,
198 fToolBar->AddAction(kMsgFitToWindow, this,
200 fToolBar->AddAction(MSG_ZOOM_IN, this, tool_bar_icon(kIconZoomIn),
202 fToolBar->AddAction(MSG_ZOOM_OUT, this, tool_bar_icon(kIconZoomOut),
205 fToolBar->AddAction(MSG_PAGE_PRE
[all...]
/haiku/src/apps/mail/
H A DMailWindow.cpp670 fToolBar->AddAction(M_NEW, this, _RetrieveVectorIcon(11), NULL,
675 fToolBar->AddAction(M_SEND_NOW, this, _RetrieveVectorIcon(1), NULL,
678 fToolBar->AddAction(M_SEND_NOW, this, _RetrieveVectorIcon(1), NULL,
681 fToolBar->AddAction(M_SIG_MENU, this, _RetrieveVectorIcon(2), NULL,
683 fToolBar->AddAction(M_SAVE_AS_DRAFT, this, _RetrieveVectorIcon(3), NULL,
686 fToolBar->AddAction(M_PRINT, this, _RetrieveVectorIcon(5), NULL,
689 fToolBar->AddAction(M_DELETE, this, _RetrieveVectorIcon(4), NULL,
692 fToolBar->AddAction(M_REPLY, this, _RetrieveVectorIcon(8), NULL,
694 fToolBar->AddAction(M_FORWARD, this, _RetrieveVectorIcon(9), NULL,
696 fToolBar->AddAction(M_PRIN
[all...]

Completed in 106 milliseconds