Searched refs:button (Results 76 - 80 of 80) sorted by relevance

1234

/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp113 // ignore, if it's not our mouse button
510 int32 tab, Decorator::Region button)
514 fButton(button)
525 // ignore, if it's not the primary mouse button
646 // We're only interested if the secondary mouse button was pressed,
748 // 1 button mouse
757 // TODO: 2 button mouse, pressing both buttons simultaneously
806 // left mouse button
859 // right mouse button
509 DecoratorButtonState(DefaultWindowBehaviour& behavior, int32 tab, Decorator::Region button) argument
/haiku/src/apps/mail/
H A DMailWindow.cpp1123 A popup from a button is good only when the behavior has some
1126 have an extra button attached to the main one which has a
1128 button is a good example of this.
1130 TODO: Replace this code with a split toolbar button
1147 // Default action for left clicking on the spam button.
1169 // TODO: This needs removed in favor of a split toolbar button.
1170 // See comments for Spam button
1196 // TODO: This needs removed in favor of a split toolbar button.
1197 // See comments for Spam button
1515 BButton* button local
3337 BButton* button = fToolBar->FindButton(command); local
[all...]
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp305 when you press the button "Auto demo". */
368 BButton *button; local
564 /* create the offwindow (invisible) button on the left side.
566 button. */
573 /* refresh rate picture button */
585 /* background color button */
597 /* star density button */
722 /* Automatic demonstration activation button */
724 button = new BButton(r, "", B_TRANSLATE("Auto demo"),
726 button
[all...]
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp274 BButton("close button", NULL, message),
295 // Draw the button frame
567 "find bar previous button tooltip"));
572 "find bar next button tooltip"));
749 // Do it in such a way that the user sees the Go-button go down.
2538 BrowserWindow::_InvokeButtonVisibly(BButton* button) argument
2540 button->SetValue(B_CONTROL_ON);
2542 button->Invoke();
2544 button->SetValue(B_CONTROL_OFF);
/haiku/src/kits/interface/
H A DWindow.cpp1754 BWindow::SetDefaultButton(BButton* button) argument
1757 if (fDefaultButton == button)
1761 // tell old button it's no longer the default one
1767 fDefaultButton = button;
1769 if (button != NULL) {
1770 // notify new default button
3227 // if we have a default button, it might want to hear

Completed in 74 milliseconds

1234