Home
last modified time | relevance | path

Searched refs:windowRight (Results 1 – 10 of 10) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ExampleBrowser/GwenGUISupport/
H A DgwenUserInterface.cpp280 Gwen::Controls::ScrollControl* windowRight = new Gwen::Controls::ScrollControl(m_data->pCanvas); in init() local
281 windowRight->Dock(Gwen::Pos::Right); in init()
282 windowRight->SetWidth(250); in init()
283 windowRight->SetHeight(250); in init()
284 windowRight->SetScroll(false, true); in init()
285 m_data->m_windowRight = windowRight; in init()
288 Gwen::Controls::TabControl* tab = new Gwen::Controls::TabControl(windowRight); in init()
/dports/devel/py-bullet3/bullet3-3.21/examples/ExampleBrowser/GwenGUISupport/
H A DgwenUserInterface.cpp280 Gwen::Controls::ScrollControl* windowRight = new Gwen::Controls::ScrollControl(m_data->pCanvas); in init() local
281 windowRight->Dock(Gwen::Pos::Right); in init()
282 windowRight->SetWidth(250); in init()
283 windowRight->SetHeight(250); in init()
284 windowRight->SetScroll(false, true); in init()
285 m_data->m_windowRight = windowRight; in init()
288 Gwen::Controls::TabControl* tab = new Gwen::Controls::TabControl(windowRight); in init()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/decorations/bradient/
H A Dmain.cpp113 const int windowRight = waylandWindow()->windowContentGeometry().right() + 1; in closeButtonRect() local
114 return QRectF(windowRight - BUTTON_WIDTH - BUTTON_SPACING * 0 - BUTTONS_RIGHT_MARGIN, in closeButtonRect()
120 const int windowRight = waylandWindow()->windowContentGeometry().right() + 1; in maximizeButtonRect() local
121 return QRectF(windowRight - BUTTON_WIDTH * 2 - BUTTON_SPACING * 1 - BUTTONS_RIGHT_MARGIN, in maximizeButtonRect()
127 const int windowRight = waylandWindow()->windowContentGeometry().right() + 1; in minimizeButtonRect() local
128 return QRectF(windowRight - BUTTON_WIDTH * 3 - BUTTON_SPACING * 2 - BUTTONS_RIGHT_MARGIN, in minimizeButtonRect()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/assist/
H A DPopupPositioner.java77 int windowRight = windowLeft + Window.getClientWidth(); in getPopupPosition() local
82 int horizontalOverflow = pageX + width - windowRight; in getPopupPosition()
/dports/textproc/p5-XML-OPML/XML-OPML-0.26/Examples/
H A Dopml.pl20 windowRight => '',
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh_shortest_path/internal/
H A DCone_tree.h143 const Point_2& windowRight,
152 , m_windowRight(windowRight) in m_traits()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DToolbarPopupMenu.java103 int windowRight = Window.getClientWidth() + Window.getScrollLeft(); in showRelativeTo()
107 int distanceToWindowRight = windowRight - clientX; in showRelativeTo()
/dports/textproc/p5-XML-OPML/XML-OPML-0.26/
H A DOPML.pm27 windowRight => ''
125 $output .= '<windowRight>'. $self->encode($self->{head}->{windowRight}) .'</windowRight>'."\n";
/dports/devel/tkcvs/tkcvs-8.2.3/tkdiff/
H A Dtkdiff2064 radiobutton $of.windowRight -indicatoron true -text "Right" \
2080 grid $of.windowRight -row 0 -column 2 -sticky w
/dports/textproc/tkdiff/tkdiff-4-3/
H A Dtkdiff2829 radiobutton $of.windowRight -indicatoron true -text "Right" \
2845 grid $of.windowRight -row 0 -column 2 -sticky w