Home
last modified time | relevance | path

Searched refs:can_scroll (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/main_stage/
H A Dui_element_container_view.cc167 bool can_scroll = content_size > (content_scroll_offset + viewport_size); in OnScrollBarUpdated() local
168 UpdateScrollIndicator(can_scroll); in OnScrollBarUpdated()
181 void UiElementContainerView::UpdateScrollIndicator(bool can_scroll) { in UpdateScrollIndicator() argument
182 const float target_opacity = can_scroll ? 1.f : 0.f; in UpdateScrollIndicator()
H A Dui_element_container_view.h56 void UpdateScrollIndicator(bool can_scroll); in COMPONENT_EXPORT()
/dports/devel/py-asciimatics/asciimatics-1.13.0/samples/
H A Dtab_demo.py47 can_scroll=False,
63 can_scroll=False,
79 can_scroll=False,
95 can_scroll=False,
H A Dquick_model.py28 can_scroll=False,
89 can_scroll=False,
H A Dcontact_list.py77 can_scroll=False,
138 can_scroll=False,
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/editor/
H A Dscroller_widget.cpp47 EditorScrollerWidget::can_scroll() const in can_scroll() function in EditorScrollerWidget
63 if (can_scroll()) { in draw()
90 if (!can_scroll()) return; in update()
H A Dscroller_widget.hpp47 bool can_scroll() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dautoscroll_controller.cc227 bool can_scroll = orientation == ScrollOrientation::kHorizontalScroll in CanScrollDirection() local
237 can_scroll = in CanScrollDirection()
238 can_scroll || (orientation == ScrollOrientation::kHorizontalScroll in CanScrollDirection()
243 return can_scroll; in CanScrollDirection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dautoscroll_controller.cc232 bool can_scroll = orientation == ScrollOrientation::kHorizontalScroll in CanScrollDirection() local
242 can_scroll = in CanScrollDirection()
243 can_scroll || (orientation == ScrollOrientation::kHorizontalScroll in CanScrollDirection()
248 return can_scroll; in CanScrollDirection()
/dports/devel/gdb/gdb-11.1/gdb/tui/
H A Dtui-command.h45 bool can_scroll () const override in can_scroll() function
H A Dtui-data.h135 virtual bool can_scroll () const in can_scroll() function
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-carousel.c50 gboolean can_scroll; member
267 self->can_scroll = TRUE; in scroll_timeout_cb()
284 if (!self->can_scroll) in scroll_event_cb()
356 self->can_scroll = FALSE; in scroll_event_cb()
755 self->can_scroll = TRUE; in hdy_carousel_init()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-carousel.c52 gboolean can_scroll; member
270 self->can_scroll = TRUE; in scroll_timeout_cb()
290 if (!self->can_scroll) in scroll_event_cb()
362 self->can_scroll = FALSE; in scroll_event_cb()
786 self->can_scroll = TRUE; in hdy_carousel_init()
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/src/
H A Dhdy-paginator.c74 gboolean can_scroll; member
447 self->can_scroll = TRUE; in scroll_timeout_cb()
464 if (!self->can_scroll) in handle_discrete_scroll_event()
536 self->can_scroll = FALSE; in handle_discrete_scroll_event()
972 self->can_scroll = TRUE; in hdy_paginator_init()
/dports/devel/py-asciimatics/asciimatics-1.13.0/asciimatics/widgets/
H A Dtemppopup.py30 screen, h, w, x=x, y=y, has_border=True, can_scroll=False, is_modal=True)
H A Dframe.py32 can_scroll=True): argument
64 self._can_scroll = can_scroll
67 self._get_pos, self._set_pos, absolute=True) if can_scroll else None
/dports/devel/gitui/gitui-0.10.1/src/components/
H A Ddiff.rs134 fn can_scroll(&self) -> bool { in can_scroll() method
603 self.can_scroll(), in commands()
618 self.can_scroll(), in commands()
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-carousel.c72 gboolean can_scroll; member
466 self->can_scroll = TRUE; in scroll_timeout_cb()
487 if (!self->can_scroll) in scroll_cb()
532 self->can_scroll = FALSE; in scroll_cb()
1050 self->can_scroll = TRUE; in adw_carousel_init()
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-carousel.c76 gboolean can_scroll; member
470 self->can_scroll = TRUE; in scroll_timeout_cb()
491 if (!self->can_scroll) in scroll_cb()
539 self->can_scroll = FALSE; in scroll_cb()
1066 self->can_scroll = TRUE; in adw_carousel_init()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmenu.c1384 if (menu->can_scroll == SCRL_UP || menu->can_scroll == SCRL_LF) {
1420 if (menu->can_scroll == SCRL_UP || menu->can_scroll == SCRL_LF) {
1463 menu->can_scroll = scroll_dir;
1478 menu->can_scroll = TRUE;
1486 menu->can_scroll = TRUE;
1496 menu->can_scroll = TRUE;
1512 menu->can_scroll = TRUE;
1519 menu->can_scroll = TRUE;
1526 menu->can_scroll = TRUE;
1533 menu->can_scroll = TRUE;
[all …]
/dports/multimedia/audacious/audacious-4.1/src/libaudgui/
H A Dlist.cc377 static bool can_scroll (int pos, int end, int speed) in can_scroll() function
400 if (! can_scroll (pos, end, model->scroll_speed)) in autoscroll()
415 if (can_scroll (pos, end, speed)) in start_autoscroll()
/dports/editors/neovim/neovim-0.6.1/src/nvim/tui/
H A Dtui.c101 bool can_scroll; member
280 data->can_scroll = in terminfo_start()
1113 bool can_scroll = data->can_scroll in tui_grid_scroll() local
1120 if (can_scroll) { in tui_grid_scroll()
/dports/x11-toolkits/p5-Gtk2-Ex-FormFactory/Gtk2-Ex-FormFactory-0.67/lib/Gtk2/Ex/FormFactory/
H A DLayout.pm62 my $can_scroll = eval {
65 if ( $can_scroll ) {
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dsheet.cpp5157 bool can_scroll = true; in ProcessRowLabelMouseEvent() local
5165 can_scroll = false; // y != m_dragLastPos; in ProcessRowLabelMouseEvent()
5190 if (can_scroll && in ProcessRowLabelMouseEvent()
5400 bool can_scroll = true; in ProcessColLabelMouseEvent() local
5408 can_scroll = false; // x != m_dragLastPos; in ProcessColLabelMouseEvent()
5433 if (can_scroll && in ProcessColLabelMouseEvent()
5751 bool can_scroll = true; in ProcessGridCellMouseEvent() local
5768 can_scroll = false; // y != m_dragLastPos; in ProcessGridCellMouseEvent()
5775 can_scroll = false; // x != m_dragLastPos; in ProcessGridCellMouseEvent()
5779 if (can_scroll && in ProcessGridCellMouseEvent()
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYStrings.c4236 int can_scroll = 0, can_scroll_was = 0; in LYhandlePopupList() local
4349 can_scroll = CAN_SCROLL; in LYhandlePopupList()
4433 if (can_scroll) { in LYhandlePopupList()
4434 can_scroll = ((window_offset ? CAN_SCROLL_UP : 0) in LYhandlePopupList()
4437 if (~can_scroll & can_scroll_was) { /* Need to redraw */ in LYhandlePopupList()
4441 if (can_scroll & ~can_scroll_was & CAN_SCROLL_UP) { in LYhandlePopupList()
4447 if (can_scroll & ~can_scroll_was & CAN_SCROLL_DOWN) { in LYhandlePopupList()

12