Home
last modified time | relevance | path

Searched refs:auto_scroll (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/games/coronapoker/coronapoker-4.33/src/main/java/com/tonikelope/coronapoker/
H A DGameLogDialog.java32 private volatile boolean auto_scroll = true; field in GameLogDialog
36 return auto_scroll; in isAuto_scroll()
73 this.auto_scroll = dialog.isAuto_scroll(); in GameLogDialog()
75 this.auto_scroll_menu.setSelected(this.auto_scroll); in GameLogDialog()
81 if (auto_scroll) { in GameLogDialog()
135 if (auto_scroll) { in actualizarCartasPerdedores()
154 if (auto_scroll) { in print()
171 if (auto_scroll) { in disableUTF8Cards()
188 if (auto_scroll) { in enableUTF8Cards()
300 this.auto_scroll = this.auto_scroll_menu.isSelected(); in auto_scroll_menuActionPerformed()
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/3d/physics_tests/utils/
H A Dscroll_log.gd4 export(bool) var auto_scroll = false setget set_auto_scroll
8 if auto_scroll:
14 auto_scroll = value
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DSetPageNameDialog.C293 this->auto_scroll = this->workspace->getUsesRecordedPositions(); in update()
295 this->auto_scroll = FALSE; in update()
296 XmToggleButtonSetState (this->auto_scroll_toggle, this->auto_scroll, False); in update()
365 boolean auto_scroll = XmToggleButtonGetState (this->auto_scroll_toggle); in applyCallback() local
366 if (this->auto_scroll != auto_scroll) { in applyCallback()
367 this->workspace->useRecordedPositions (auto_scroll); in applyCallback()
H A DSetPageNameDialog.h44 boolean auto_scroll; variable
/dports/print/simple-fb2-reader/simple-fb2-reader-1.1.3/src/callbacks/context_menu_callbacks/
H A Dauto_scroll_callback.c11 app->auto_scroll = TRUE; in auto_scroll_toggled_cb()
16 app->auto_scroll = FALSE; in auto_scroll_toggled_cb()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Debugger/
H A DElementLog.cpp44 auto_scroll = true; in ElementLog()
214auto_scroll = message_content->GetAbsoluteTop() + message_content->GetAbsoluteTop() > last_element… in OnRender()
217 auto_scroll = true; in OnRender()
266 if (event == "resize" && auto_scroll) in ProcessEvent()
H A DElementLog.h83 bool auto_scroll; variable
/dports/net-im/cawbird/cawbird-1.4.2/src/
H A DHomeTimeline.vala79 bool auto_scroll = Settings.auto_scroll_on_new_tweets ();
100 auto_scroll) ||
111 if (auto_scroll) {
137 if (t.get_user_id () == account.id || auto_scroll || !preload_is_complete || !is_new_unread)
142 if (stack_size == 1 && !auto_scroll) {
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dcorewindow.c332 wimp_auto_scroll_info auto_scroll; in ro_cw_drag_start() local
373 auto_scroll.w = ro_cw->wh; in ro_cw_drag_start()
374 auto_scroll.pause_zone_sizes.x0 = 80; in ro_cw_drag_start()
375 auto_scroll.pause_zone_sizes.y0 = 80; in ro_cw_drag_start()
376 auto_scroll.pause_zone_sizes.x1 = 80; in ro_cw_drag_start()
377 auto_scroll.pause_zone_sizes.y1 = 80 + ro_toolbar_height(ro_cw->toolbar); in ro_cw_drag_start()
378 auto_scroll.pause_duration = 0; in ro_cw_drag_start()
379 auto_scroll.state_change = (void *) 1; in ro_cw_drag_start()
382 &auto_scroll, NULL); in ro_cw_drag_start()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/network/
H A Dmultiui.h23 void multi_common_add_text(const char *txt,int auto_scroll = 0);
24 void multi_common_set_text(const char *str,int auto_scroll = 0);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dmultiui.h23 void multi_common_add_text(const char *txt,int auto_scroll = 0);
24 void multi_common_set_text(const char *str,int auto_scroll = 0);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DScrollableControl.cs40 private bool auto_scroll; field in System.Windows.Forms.ScrollableControl
162 auto_scroll = false; in ScrollableControl()
234 return auto_scroll;
238 if (auto_scroll != value) {
239 auto_scroll = value;
337 if (auto_scroll) {
793 if ((force_hscroll_visible || (canvas.Width > right_edge && auto_scroll)) && client.Width > 0) { in Recalculate()
801 …if ((force_vscroll_visible || (canvas.Height > bottom_edge && auto_scroll)) && client.Height > 0) { in Recalculate()
/dports/editors/joe/joe-4.6/joe/
H A Dmouse.c25 int auto_scroll = 0; /* Set for autoscroll */ variable
604 auto_scroll = 0; in udefmdrag()
605 else if (new_scroll != auto_scroll) { in udefmdrag()
606 auto_scroll = new_scroll; in udefmdrag()
644 auto_scroll = 0; in udefmup()
703 auto_scroll = 0; in udefm2up()
756 auto_scroll = 0; in udefm3up()
H A Dmouse.h66 extern int auto_scroll; /* Set for autoscroll */
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dcode_editor.py268 if self.factory.auto_scroll:
275 if self.factory.auto_scroll:
291 if self.factory.auto_scroll:
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dfiler.h116 gint auto_scroll; /* Timer */ member
168 void filer_set_autoscroll(FilerWindow *filer_window, gboolean auto_scroll);
/dports/x11/foot/foot/
H A Dselection.c1229 term->selection.auto_scroll.fd, in fdm_scroll_timer()
1240 switch (term->selection.auto_scroll.direction) { in fdm_scroll_timer()
1246 selection_update(term, term->selection.auto_scroll.col, 0); in fdm_scroll_timer()
1268 if (term->selection.auto_scroll.fd < 0) { in selection_start_scroll_timer()
1280 term->selection.auto_scroll.fd = fd; in selection_start_scroll_timer()
1300 term->selection.auto_scroll.direction = direction; in selection_start_scroll_timer()
1301 term->selection.auto_scroll.col = col; in selection_start_scroll_timer()
1312 if (term->selection.auto_scroll.fd < 0) { in selection_stop_scroll_timer()
1317 fdm_del(term->fdm, term->selection.auto_scroll.fd); in selection_stop_scroll_timer()
1318 term->selection.auto_scroll.fd = -1; in selection_stop_scroll_timer()
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/editors/
H A Dcode_editor.py87 auto_scroll = Bool(True) variable in ToolkitEditorFactory
/dports/print/simple-fb2-reader/simple-fb2-reader-1.1.3/src/
H A Dchunks.h95 gboolean auto_scroll; member
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-scroll-view.c114 guint auto_scroll : 1; member
168 g_value_set_boolean (value, priv->auto_scroll); in st_scroll_view_get_property()
1038 priv->auto_scroll = FALSE; in st_scroll_view_init()
1288 if (priv->auto_scroll != enabled) in st_scroll_view_set_auto_scrolling()
1290 priv->auto_scroll = enabled; in st_scroll_view_set_auto_scrolling()
1316 return priv->auto_scroll; in st_scroll_view_get_auto_scrolling()
/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/
H A DCList.cpp166 bool auto_scroll; in HandleMessage() local
168 GUI<bool>::GetSetting(this, "auto_scroll", auto_scroll); in HandleMessage()
170 if (auto_scroll) in HandleMessage()
/dports/games/endgame-singularity/singularity-1.00/singularity/code/graphics/
H A Dlistbox.py58 self.auto_scroll = True
252 if self.auto_scroll:
253 self.auto_scroll = False
/dports/print/simple-fb2-reader/simple-fb2-reader-1.1.3/src/reader/reader_app/
H A Dreader_close_app.c14 app->auto_scroll = FALSE; in reader_close_app()
/dports/games/wesnoth/wesnoth-1.14.17/src/widgets/
H A Dtextbox.hpp33 …void append_text(const std::string& text,bool auto_scroll = false, const color_t& color =font::NOR…
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Dflow_mode.pyj319 … self.animation_id = window.requestAnimationFrame(self.auto_scroll if auto else self.smooth_scroll)
348 def auto_scroll(self, ts):
365 self.animation_id = window.requestAnimationFrame(self.auto_scroll)
442 self.animation_id = window.requestAnimationFrame(self.auto_scroll)
444 def auto_scroll(self, ts):
455 self.animation_id = window.requestAnimationFrame(self.auto_scroll)

12345678910