Home
last modified time | relevance | path

Searched refs:scrollbars (Results 1 – 25 of 3060) sorted by relevance

12345678910>>...123

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DElementScroll.cpp50 if (scrollbars[i].element != NULL) in ~ElementScroll()
60 if (scrollbars[i].widget != NULL) in Update()
61 scrollbars[i].widget->Update(); in Update()
68 if (!scrollbars[orientation].enabled) in EnableScrollbar()
95 if (scrollbars[orientation].enabled) in DisableScrollbar()
144 return scrollbars[orientation].size; in GetScrollbarSize()
154 if (!scrollbars[i].enabled) in FormatScrollbars()
197 if (scrollbars[0].enabled && in FormatScrollbars()
198 scrollbars[1].enabled) in FormatScrollbars()
203 corner_box.SetContent(Vector2f(scrollbars[VERTICAL].size, scrollbars[HORIZONTAL].size)); in FormatScrollbars()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DRStudioThemedFrame.css3 @external windows, rstudio-themes-flat, rstudio-themes-dark, rstudio-themes-scrollbars;
8 .rstudio-themes-flat.rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar,
9 .rstudio-themes-flat.rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar
14 .windows.rstudio-themes-flat.rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar,
15 .windows.rstudio-themes-flat.rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar
21 .rstudio-themes-flat.rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-thumb,
22 .rstudio-themes-flat.rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-thumb
28 .rstudio-themes-flat.rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-track,
29 .rstudio-themes-flat.rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-track,
36 .rstudio-themes-flat.rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-thumb,
[all …]
/dports/games/flare-engine/flare-engine-1.12/src/
H A DWidgetScrollBar.cpp36 , scrollbars(NULL) in WidgetScrollBar()
49 if (scrollbars) { in WidgetScrollBar()
64 scrollbars = graphics->createSprite(); in loadArt()
199 if (scrollbars) { in render()
201 scrollbars->setOffset(local_offset); in render()
203 scrollbars->setClipFromRect(src_up); in render()
204 scrollbars->setDestFromRect(pos_up); in render()
205 render_device->render(scrollbars); in render()
209 render_device->render(scrollbars); in render()
213 render_device->render(scrollbars); in render()
[all …]
/dports/devel/upp/upp/bazaar/Form/
H A DContainer.hpp10 ScrollBars scrollbars; member in Container
30 scrollbars.WhenScroll = THISBACK(Scroll); in Container()
31 AddFrame(scrollbars.AutoHide(true)); in Container()
32 scrollbars.HideX(); in Container()
40 scrollbars.SetPage(scrollbars.GetReducedViewSize()); in Layout()
41 scrollbars.SetTotal(Size(pane->GetSize().cx + 5, pane->GetSize().cy + 5)); in Layout()
47 Point newpos = scrollbars; in Scroll()
69 scrollbars.SetX(0, 0, 0); in Clear()
70 scrollbars.SetY(0, 0, 0); in Clear()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/textscreen/
H A Dtxt_scrollpane.c80 int scrollbars; in SanityCheckScrollbars() local
83 scrollbars = NeedsScrollbars(scrollpane); in SanityCheckScrollbars()
119 int scrollbars; in TXT_ScrollPaneSizeCalc() local
144 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneSizeCalc()
146 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneSizeCalc()
150 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneSizeCalc()
172 int scrollbars; in TXT_ScrollPaneDrawer() local
181 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneDrawer()
183 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneDrawer()
192 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneDrawer()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/textscreen/
H A Dtxt_scrollpane.c80 int scrollbars; in SanityCheckScrollbars() local
83 scrollbars = NeedsScrollbars(scrollpane); in SanityCheckScrollbars()
119 int scrollbars; in TXT_ScrollPaneSizeCalc() local
144 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneSizeCalc()
146 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneSizeCalc()
150 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneSizeCalc()
172 int scrollbars; in TXT_ScrollPaneDrawer() local
181 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneDrawer()
183 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneDrawer()
192 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneDrawer()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/build/menu/assets/
H A Dmenu-core.css156 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
163 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
172 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
180 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
190 .hide-scrollbars * {
196 .hide-scrollbars select {
213 .yuimenu.show-scrollbars,
214 .yuimenubar.show-scrollbars {
220 .yuimenu.hide-scrollbars .yui-menu-shadow,
221 .yuimenubar.hide-scrollbars .yui-menu-shadow {
[all …]
/dports/games/odamex/odamex-src-0.7.0/libraries/textscreen/
H A Dtxt_scrollpane.c87 int scrollbars; in SanityCheckScrollbars() local
90 scrollbars = NeedsScrollbars(scrollpane); in SanityCheckScrollbars()
126 int scrollbars; in TXT_ScrollPaneSizeCalc() local
151 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneSizeCalc()
153 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneSizeCalc()
157 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneSizeCalc()
179 int scrollbars; in TXT_ScrollPaneDrawer() local
188 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneDrawer()
190 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneDrawer()
199 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneDrawer()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/textscreen/
H A Dtxt_scrollpane.c87 int scrollbars; in SanityCheckScrollbars() local
90 scrollbars = NeedsScrollbars(scrollpane); in SanityCheckScrollbars()
126 int scrollbars; in TXT_ScrollPaneSizeCalc() local
151 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneSizeCalc()
153 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneSizeCalc()
157 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneSizeCalc()
167 int scrollbars; in TXT_ScrollPaneDrawer() local
176 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneDrawer()
178 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneDrawer()
187 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneDrawer()
[all …]
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/build/menu/assets/
H A Dmenu-core.css156 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
163 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
172 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
180 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
190 .hide-scrollbars * {
196 .hide-scrollbars select {
213 .yuimenu.show-scrollbars,
214 .yuimenubar.show-scrollbars {
220 .yuimenu.hide-scrollbars .yui-menu-shadow,
221 .yuimenubar.hide-scrollbars .yui-menu-shadow {
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/menu/assets/
H A Dmenu-core.css156 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
163 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
172 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
180 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
190 .hide-scrollbars * {
196 .hide-scrollbars select {
213 .yuimenu.show-scrollbars,
214 .yuimenubar.show-scrollbars {
220 .yuimenu.hide-scrollbars .yui-menu-shadow,
221 .yuimenubar.hide-scrollbars .yui-menu-shadow {
[all …]
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/menu/assets/
H A Dmenu-core.css156 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
163 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
172 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
180 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
190 .hide-scrollbars * {
196 .hide-scrollbars select {
213 .yuimenu.show-scrollbars,
214 .yuimenubar.show-scrollbars {
220 .yuimenu.hide-scrollbars .yui-menu-shadow,
221 .yuimenubar.hide-scrollbars .yui-menu-shadow {
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/build/container/assets/
H A Dcontainer-core.css26 .mask.block-scrollbars {
70 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
77 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
86 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
94 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
104 .hide-scrollbars,
105 .hide-scrollbars * {
111 .hide-scrollbars select {
115 .show-scrollbars {
119 .yui-panel-container.show-scrollbars,
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/container/assets/
H A Dcontainer-core.css26 .mask.block-scrollbars {
70 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
77 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
86 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
94 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
104 .hide-scrollbars,
105 .hide-scrollbars * {
111 .hide-scrollbars select {
115 .show-scrollbars {
119 .yui-panel-container.show-scrollbars,
[all …]
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/build/container/assets/
H A Dcontainer-core.css26 .mask.block-scrollbars {
70 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
77 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
86 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
94 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
104 .hide-scrollbars,
105 .hide-scrollbars * {
111 .hide-scrollbars select {
115 .show-scrollbars {
119 .yui-panel-container.show-scrollbars,
[all …]
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/container/assets/
H A Dcontainer-core.css26 .mask.block-scrollbars {
70 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
77 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
86 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
94 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
104 .hide-scrollbars,
105 .hide-scrollbars * {
111 .hide-scrollbars select {
115 .show-scrollbars {
119 .yui-panel-container.show-scrollbars,
[all …]
/dports/www/moodle310/moodle/lib/yuilib/2in3/2.9.0/build/yui2-skin-sam-container/assets/
H A Dcontainer-core.css32 .mask.block-scrollbars {
76 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
83 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
92 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
100 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
110 .hide-scrollbars,
111 .hide-scrollbars * {
117 .hide-scrollbars select {
121 .show-scrollbars {
125 .yui-panel-container.show-scrollbars,
[all …]
/dports/www/moodle311/moodle/lib/yuilib/2in3/2.9.0/build/yui2-skin-sam-container/assets/
H A Dcontainer-core.css32 .mask.block-scrollbars {
76 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
83 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
92 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
100 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
110 .hide-scrollbars,
111 .hide-scrollbars * {
117 .hide-scrollbars select {
121 .show-scrollbars {
125 .yui-panel-container.show-scrollbars,
[all …]
/dports/www/moodle39/moodle/lib/yuilib/2in3/2.9.0/build/yui2-skin-sam-container/assets/
H A Dcontainer-core.css32 .mask.block-scrollbars {
76 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
83 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
92 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
100 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
110 .hide-scrollbars,
111 .hide-scrollbars * {
117 .hide-scrollbars select {
121 .show-scrollbars {
125 .yui-panel-container.show-scrollbars,
[all …]
/dports/www/p5-Jifty/Jifty-1.50430/share/web/static/css/yui/menu/
H A Dmenu-core.css159 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
166 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
175 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
183 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
193 .hide-scrollbars * {
199 .hide-scrollbars select {
216 .yuimenu.show-scrollbars,
217 .yuimenubar.show-scrollbars {
223 .yuimenu.hide-scrollbars .yui-menu-shadow,
224 .yuimenubar.hide-scrollbars .yui-menu-shadow {
[all …]
/dports/www/moodle310/moodle/lib/yuilib/2in3/2.9.0/build/yui2-skin-sam-menu/assets/
H A Dmenu-core.css162 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
169 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
178 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
186 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
196 .hide-scrollbars * {
202 .hide-scrollbars select {
219 .yuimenu.show-scrollbars,
220 .yuimenubar.show-scrollbars {
226 .yuimenu.hide-scrollbars .yui-menu-shadow,
227 .yuimenubar.hide-scrollbars .yui-menu-shadow {
[all …]
/dports/www/moodle311/moodle/lib/yuilib/2in3/2.9.0/build/yui2-skin-sam-menu/assets/
H A Dmenu-core.css162 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
169 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
178 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
186 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
196 .hide-scrollbars * {
202 .hide-scrollbars select {
219 .yuimenu.show-scrollbars,
220 .yuimenubar.show-scrollbars {
226 .yuimenu.hide-scrollbars .yui-menu-shadow,
227 .yuimenubar.hide-scrollbars .yui-menu-shadow {
[all …]
/dports/www/moodle39/moodle/lib/yuilib/2in3/2.9.0/build/yui2-skin-sam-menu/assets/
H A Dmenu-core.css162 2) An Overlay's scrollbars and the scrollbars of its child nodes remain
169 and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
178 1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
186 leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
196 .hide-scrollbars * {
202 .hide-scrollbars select {
219 .yuimenu.show-scrollbars,
220 .yuimenubar.show-scrollbars {
226 .yuimenu.hide-scrollbars .yui-menu-shadow,
227 .yuimenubar.hide-scrollbars .yui-menu-shadow {
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/TEXTSCREEN/
H A Dtxt_scrollpane.c87 int scrollbars; in SanityCheckScrollbars() local
90 scrollbars = NeedsScrollbars(scrollpane); in SanityCheckScrollbars()
126 int scrollbars; in TXT_ScrollPaneSizeCalc() local
151 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneSizeCalc()
153 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneSizeCalc()
157 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneSizeCalc()
167 int scrollbars; in TXT_ScrollPaneDrawer() local
176 scrollbars = NeedsScrollbars(scrollpane); in TXT_ScrollPaneDrawer()
178 if (scrollbars & SCROLLBAR_HORIZONTAL) in TXT_ScrollPaneDrawer()
187 if (scrollbars & SCROLLBAR_VERTICAL) in TXT_ScrollPaneDrawer()
[all …]
/dports/devel/upp/upp/bazaar/FormEditor/
H A DScrollContainer.hpp41 scrollbars.WhenScroll = THISBACK(Scroll); in ScrollContainer()
42 AddFrame(scrollbars.AutoHide(true)); in ScrollContainer()
60 ctrl.pScrollBars = &scrollbars; in AddToScroll()
92 ScrollBars scrollbars; member in ScrollContainer
106 scrollbars.SetPage(pane->DeZoom(scrollbars.GetReducedViewSize())); in Layout()
107 scrollbars.SetTotal(pane->GetFormSize() + Size(45, 45)); in Layout()
113 Point newpos = scrollbars; in Scroll()
148 scrollbars.SetX(0, 0, 0); in Clear()
149 scrollbars.SetY(0, 0, 0); in Clear()

12345678910>>...123