Searched refs:show (Results 51 - 59 of 59) sorted by relevance

123

/haiku/src/apps/showimage/
H A DShowImageView.cpp493 ShowImageView::SetShowCaption(bool show) argument
495 if (fShowCaption != show) {
496 fShowCaption = show;
1314 // stop slide show
1843 ShowImageView::_ShowToolBarIfEnabled(bool show) argument
1846 message.AddBool("show", show);
/haiku/src/kits/app/
H A DApplication.cpp1119 bool show; local
1120 if (message->FindBool("show", &show) != B_OK)
1123 BDragger::Private::UpdateShowAllDraggers(show);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp989 ShutdownProcess::_SetShowShutdownWindow(bool show) argument
994 if (show == fWindow->IsHidden()) {
995 if (show)
1360 // make the shutdown window ready and show it
/haiku/src/kits/tracker/
H A DNavMenu.cpp601 // broken link, still can show though, bail
835 BNavMenu::SetShowParent(bool show) argument
837 fFlags = uint8((fFlags & ~kShowParent) | (show ? kShowParent : 0));
H A DPoseView.cpp1855 // to show the area below the items that have already
7449 // show desktop context menu
8757 BPoseView::ShowSelection(bool show) argument
8759 if (fSelectionVisible == show)
8762 fSelectionVisible = show;
8779 if (pose->IsSelected() != show
8782 pose->Select(show);
8800 if (pose->IsSelected() != show
8803 pose->Select(show);
8818 if (pose->IsSelected() != show
[all...]
H A DContainerWindow.cpp831 // for now only show attributes in list view
2545 // clicked on a pose, show file or volume context menu
2554 // selected item was trash, show the trash context menu instead
2572 // only show for directories (directory, volume, root)
2574 // don't show a popup for the trash or printers
2670 // clicked on a window, show window context menu
4034 BContainerWindow::ShowNavigator(bool show) argument
4041 if (show) {
/haiku/src/servers/app/
H A DServerApp.cpp547 // Allow the debugger to show its window: if needed, remove any
1544 bool show; local
1545 if (link.Read<bool>(&show) == B_OK) {
1547 if (show != settings.ShowAllDraggers()) {
1548 settings.SetShowAllDraggers(show);
1560 bool show = false; local
1563 show = settings.ShowAllDraggers();
1567 update.AddBool("show", show);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php42 // do not show applet controls
/haiku/src/apps/mail/
H A DMailWindow.cpp240 // Cheap hack - only show the drafts menu when composing messages. Insert
2806 // Update window title to show new spam classification.
2848 // Uncertain, Unrated and other unknown classes, show the ratio.
3335 TMailWindow::_UpdateLabel(uint32 command, const char* label, bool show) argument
3339 button->SetLabel(show ? label : NULL);
3340 button->SetToolTip(show ? NULL : label);

Completed in 112 milliseconds

123