Home
last modified time | relevance | path

Searched refs:AutoHide (Results 76 – 100 of 182) sorted by relevance

12345678

/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/themes/redmond98/modules/
H A DFvwmTaskBar31 #*FvwmTaskBar: AutoHide
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_plasmashell.cpp326 …ide") << PlasmaShellSurface::PanelBehavior::AutoHide << PlasmaShellSurfaceInterface::PanelBehavior… in testPanelBehavior_data()
376 ps->setPanelBehavior(PlasmaShellSurface::PanelBehavior::AutoHide); in testAutoHidePanel()
381 QCOMPARE(sps->panelBehavior(), PlasmaShellSurfaceInterface::PanelBehavior::AutoHide); in testAutoHidePanel()
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Dplasmashell_interface.h109 AutoHide, ///< The panel auto hides at a screen edge and returns on mouse press against edge enumerator
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dplasmashell_interface.h99 AutoHide, ///< The panel auto hides at a screen edge and returns on mouse press against edge enumerator
/dports/net-im/jarl/Jarl-0.5001/lib/Tk/
H A DEntryPullDown.pm121 $cw->{popup}->bind('<ButtonPress-1>' => sub {$cw->AutoHide ($cw->{popup});});
225 sub AutoHide { subroutine
/dports/devel/upp/upp/bazaar/Form/
H A DContainer.hpp31 AddFrame(scrollbars.AutoHide(true)); in Container()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dplasma_shell.h78 AutoHide, enumerator
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dplasma_shell.cpp356 QTest::newRow("autohide") << Wrapland::Client::PlasmaShellSurface::PanelBehavior::AutoHide in testPanelBehavior_data()
357 << Wrapland::Server::PlasmaShellSurface::PanelBehavior::AutoHide; in testPanelBehavior_data()
416 ps->setPanelBehavior(Wrapland::Client::PlasmaShellSurface::PanelBehavior::AutoHide); in testAutoHidePanel()
422 QCOMPARE(sps->panelBehavior(), Wrapland::Server::PlasmaShellSurface::PanelBehavior::AutoHide); in testAutoHidePanel()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dplasmashell.h241 AutoHide, enumerator
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dplasmashell.h259 AutoHide, enumerator
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/tests/
H A Dscreenedgeshowtest.cpp241 m_shellSurface->setPanelBehavior(PlasmaShellSurface::PanelBehavior::AutoHide); in setupSurface()
267 m_shellSurface->setPanelBehavior(PlasmaShellSurface::PanelBehavior::AutoHide); in raiseOrShow()
/dports/devel/upp/upp/uppsrc/Docking/
H A DDockWindow.cpp70 void DockWindow::AutoHide(DockableCtrl& dc) in AutoHide() function in Upp::DockWindow
74 AutoHide(align == DOCK_NONE ? DOCK_TOP : align, dc); in AutoHide()
77 void DockWindow::AutoHide(int align, DockableCtrl& dc) in AutoHide() function in Upp::DockWindow
275 AutoHide(s.Get(), dc); in RestoreDockerPos()
327 AutoHide(align, *dockers[i]); in AutoHideGroup()
335 AutoHide(*dockers[i]); in AutoHideGroup()
635 AutoHide(align, c.Get(0)); in AutoHideContainer()
1167 DockWindow& DockWindow::AutoHide(bool v) in AutoHide() function in Upp::DockWindow
1395 AutoHide(i, *dockers[ix]); in SerializeLayout()
H A DDocking.h193 void AutoHide(DockableCtrl& dc);
194 void AutoHide(int align, DockableCtrl& dc);
297 DockWindow& AutoHide(bool v = true);
H A DDockMenu.cpp129 dock->AutoHide(align, *dc); in MenuAutoHide()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DRichText.h102 …RichTextView& NoSb(bool b = true) { sb.AutoHide(!b); sb.Show(!b); return *…
103 RichTextView& AutoHideSb(bool b = true) { sb.AutoHide(b); return *this; }
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockLibrary/
H A DDockItemContainer.cs83 if (item.Status == DockItemStatus.AutoHide || item.Status == DockItemStatus.Floating) in OnClickDock()
86 item.Status = DockItemStatus.AutoHide; in OnClickDock()
H A DDockFrame.cs1004 internal void AutoHide (DockItem item, AutoHideBox widget, bool animate) in AutoHide() method in Pinta.Docking.DockFrame
1009 AutoHide (item, widget, false); in AutoHide()
1082 if (it.Visible && it.Status == DockItemStatus.AutoHide) in MinimizeAllAutohidden()
/dports/devel/upp/upp/bazaar/ExpandFrame/
H A DExpanderCtrl.cpp104 scroll.AutoHide(true); in ExpanderCtrl()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/
H A Dpanelview.cpp378 case AutoHide: in visibilityModeToWayland()
379 behavior = KWayland::Client::PlasmaShellSurface::PanelBehavior::AutoHide; in visibilityModeToWayland()
767 …if (m_shellSurface && (m_visibilityMode == PanelView::AutoHide || m_visibilityMode == PanelView::L… in setAutoHideEnabled()
771 if (m_visibilityMode == PanelView::AutoHide) in setAutoHideEnabled()
1340 return m_visibilityMode == PanelView::AutoHide || m_visibilityMode == LetWindowsCover; in edgeActivated()
H A Dpanelview.h105 AutoHide, /**the panel will be shownn only if the mouse cursor is on screen edges */ enumerator
/dports/devel/upp/upp/bazaar/FormEditor/
H A DScrollContainer.hpp42 AddFrame(scrollbars.AutoHide(true)); in ScrollContainer()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/
H A Dvisibilitymanager.cpp293 case Types::AutoHide: { in setMode()
831 case Types::AutoHide: in updateHiddenState()
1096 if ((m_mode == Types::AutoHide in updateKWinEdgesSupport()
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/
H A DBindingsExternal.qml311 && (latteView.visibility.mode === LatteCore.Types.AutoHide
329 || latteView.visibility.mode === LatteCore.Types.AutoHide))
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerInputCursor.cpp128 void Input::Cursor::AutoHide() in AutoHide() function in Nestopia::Managers::Input::Cursor
/dports/x11-toolkits/p5-Tk-DKW/Tk-DKW-0.03/
H A DComboEntry.pm117 '<ButtonPress-1>' => sub {$this->AutoHide ($l_Popup);},

12345678