Searched refs:focus (Results 51 - 69 of 69) sorted by relevance

123

/haiku/src/preferences/filetypes/
H A DIconView.h99 virtual void MakeFocus(bool focus = true);
H A DIconView.cpp773 // mark this view as a having focus
978 IconView::MakeFocus(bool focus) argument
980 if (focus != IsFocus())
983 BControl::MakeFocus(focus);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php849 else if (a.focus)
850 a.focus();
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp246 WindowLayer::SetFocus(bool focus) argument
257 fFocus = focus;
/haiku/src/kits/interface/
H A DButton.cpp478 BButton::MakeFocus(bool focus) argument
480 BControl::MakeFocus(focus);
H A DScrollView.cpp131 // usually (or should be) used to indicate focus, this
417 BScrollView::MakeFocus(bool focus) argument
419 BView::MakeFocus(focus);
H A DScrollBar.cpp1023 BScrollBar::MakeFocus(bool focus) argument
1025 BView::MakeFocus(focus);
H A DTextView.cpp840 BTextView::MakeFocus(bool focus) argument
842 BView::MakeFocus(focus);
844 if (focus && Window() != NULL && Window()->IsActive()) {
H A DView.cpp1674 BView::MakeFocus(bool focus) argument
1679 // TODO: If this view has focus and focus == false,
1680 // will there really be no other view with focus? No
1683 if (focus) {
1684 // Unfocus a previous focus view
1688 // if we want to make this view the current focus view
1691 // we want to unfocus this view, but only if it actually has focus
6360 // that we are not the focus view anymore.
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp303 HeaderView::MakeFocus(bool focus) argument
305 if (!focus && fTitleEditView != NULL)
/haiku/headers/os/interface/
H A DMenu.h84 virtual void MakeFocus(bool focus = true);
H A DTextView.h84 virtual void MakeFocus(bool focus = true);
H A DView.h577 virtual void MakeFocus(bool focus = true);
/haiku/src/servers/app/
H A DWindow.h212 void SetFocus(bool focus);
H A DWindow.cpp662 // set the correct focus and top layer tab
939 // Activate or focus the window in case it doesn't accept first
950 // (B_AVOID_FOCUS never gets the focus, so they always accept
954 // the front window instead of the focus window
1077 Window::SetFocus(bool focus) argument
1095 fIsFocus = focus;
1098 decorator->SetFocus(index, focus);
1101 Activated(focus);
2141 // propagate focus to the decorator
2149 // propagate focus t
[all...]
H A DDesktop.cpp143 EventTarget* focus = fDesktop->KeyboardEventTarget();
148 // TODO: this is a try to not steal focus from the current window
156 || (focus != fLastFocus && now - fTimestamp > 100000)) {
158 // we keep our previous focus alive - this is safe even
160 // it, and the event focus passed in is always valid (or NULL)
161 *_target = focus;
162 fLastFocus = focus;
165 *_target = focus;
166 fLastFocus = focus;
171 // we always allow to switch focus afte
[all...]
/haiku/src/apps/mail/
H A DContent.cpp672 TContentView::Focus(bool focus)
674 if (fFocus != focus) {
675 fFocus = focus;
1087 TTextView::MakeFocus(bool focus)
1089 if (!focus) {
1106 BTextView::MakeFocus(focus);
1108 fParent->Focus(focus);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1794 this.canvas.focus();
1820 event.target.focus();
2079 this.canvas.focus();
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex51 format itself. In section \ref{implementations} we focus on robustness of

Completed in 147 milliseconds

123