Searched refs:hide (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/bootmanager/
H A DWizardView.h36 virtual void SetPreviousButtonHidden(bool hide);
H A DWizardView.cpp106 WizardView::SetPreviousButtonHidden(bool hide) argument
108 if (hide) {
/haiku/src/apps/switcher/
H A DPanelWindow.cpp153 BMessage hide(kMsgHideWhenMouseMovedOut);
154 hide.AddMessenger("target", this);
155 hide.AddInt32("what", kMsgHide);
172 hide.AddRect("frame", frame);
173 be_app->PostMessage(&hide);
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp96 // possible to remove a submenu once it exists, so we simply hide it
194 TShowHideMenuItem* hide local
205 hide->SetEnabled(false);
212 AddItem(hide);
H A DBarView.h103 void HideDeskbar(bool hide);
H A DBarView.cpp205 // hide the expando menu bar in mini-mode
209 // if auto-hide is on and we're not already hidden, hide ourself
351 // hide Deskbar
388 // exit if both auto-raise and auto-hide are off
430 // hide Deskbar
575 // hide resize control
834 TBarView::HideDeskbar(bool hide) argument
838 if (hide) {
/haiku/src/kits/tracker/
H A DTrackerSettings.h94 void SetHideDotFiles(bool hide);
H A DFilePanelPriv.h111 virtual void SaveState(bool hide = true);
H A DTrackerSettings.cpp446 TrackerSettings::SetHideDotFiles(bool hide) argument
448 gTrackerState.fHideDotFiles->SetValue(hide);
H A DOpenWithWindow.h170 virtual void SaveState(bool hide = true);
H A DContainerWindow.h150 virtual void SaveState(bool hide = true);
H A DContainerWindow.cpp1076 BContainerWindow::SaveState(bool hide) argument
1083 if (hide)
/haiku/src/apps/showimage/
H A DShowImageView.h74 void SetHideIdlingCursor(bool hide);
H A DShowImageView.cpp515 ShowImageView::SetHideIdlingCursor(bool hide) argument
517 fHideCursor = hide;
1186 // Show toolbar when mouse hits top 15 pixels, hide otherwise
/haiku/src/kits/interface/
H A DWindow.cpp850 bool hide; local
851 if (message->FindBool("data", &hide) == B_OK) {
852 if (hide) {

Completed in 218 milliseconds