Searched refs:scroll (Results 26 - 50 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Datkbd.c59 module_param_named(scroll, atkbd_scroll, bool, 0);
60 MODULE_PARM_DESC(scroll, "Enable scroll-wheel on MS Office and similar keyboards");
213 bool scroll; member in struct:atkbd
262 ATKBD_DEFINE_ATTR(scroll); variable
366 int scroll = 0, hscroll = 0, click = -1; local
465 scroll = 1;
468 scroll = 2;
471 scroll = 4;
474 scroll
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscrolbar.tex31 The page size is the number of units that the scrollbar should scroll by, when `paging' through
130 Returns the page size of the scrollbar. This is the number of scroll units
177 and the object length is 100. The scrollbar will then enable you to scroll to see the other 40 characters.
192 Sets the page size for the scrollbar. This is the number of scroll units which are scrolled when the
197 \docparam{pageSize}{The page size in scroll units.}
235 \docparam{position}{The position of the scrollbar in scroll units.}
237 \docparam{thumbSize}{The size of the thumb, or visible portion of the scrollbar, in scroll units.}
241 \docparam{pageSize}{The size of the page size in scroll units. This is the number of units
242 the scrollbar will scroll when it is paged up or down. Often it is the same as
H A Dhvscroll.tex51 device context origin is shifted by the scroll position (through
114 out according to the current scroll position, and the contents of the window
445 Scroll by the specified number of columns which may be positive (to scroll
446 right) or negative (to scroll left).
449 example if we're trying to scroll right but we are already showing the last
457 Scroll by the specified number of rows which may be positive (to scroll
458 down) or negative (to scroll up).
461 example if we're trying to scroll down but we are already showing the last
474 scroll down or right) or negative (to scroll u
[all...]
H A Dvscroll.tex25 can't scroll another window nor only a rectangle of the window and not its
260 Scroll by the specified number of lines which may be positive (to scroll down)
261 or negative (to scroll up).
264 example if we're trying to scroll down but we are already showing the last
276 Scroll by the specified number of pages which may be positive (to scroll down)
277 or negative (to scroll up).
H A Dauinotebook.tex40 \twocolitem{\windowstyle{wxAUI\_NB\_SCROLL\_BUTTONS}}{With this style, left and right scroll buttons are displayed.}
H A Dttoolbar.tex29 with the Windows look and feel. This toolbar can scroll, and you can have arbitrary
H A Dtevent.tex212 \twocolitem{\helpref{wxScrollWinEvent}{wxscrollwinevent}}{A scroll event sent by a scrolled window (not a scroll bar)}
411 \twocolitem{\helpref{wxScrollEvent}{wxscrollevent}}{These macros are used to handle scroll events from
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsynaptics.c391 hw->scroll = (signed char)(buf[1]);
448 if (hw.scroll) {
449 priv->scroll += hw.scroll;
451 while (priv->scroll >= 4) {
456 priv->scroll -= 4;
458 while (priv->scroll <= -4) {
463 priv->scroll += 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dmisc.c146 static void scroll(void) function
198 scroll();
206 scroll();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_cellauto.c53 int stitch, scroll, start_full; member in struct:__anon3438
76 { "scroll", "scroll pattern downward", OFFSET(scroll), AV_OPT_TYPE_INT, {.i64 = 1}, 0, 1, FLAGS },
201 "s:%dx%d r:%d/%d rule:%d stitch:%d scroll:%d full:%d seed:%u\n",
203 cellauto->rule, cellauto->stitch, cellauto->scroll, cellauto->start_full,
265 if (cellauto->scroll && cellauto->generation >= cellauto->h)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfile-list.c786 GtkWidget * scroll; local
906 scroll = gtk_scrolled_window_new( NULL, NULL );
907 gtk_scrolled_window_set_policy( GTK_SCROLLED_WINDOW( scroll ),
910 gtk_scrolled_window_set_shadow_type ( GTK_SCROLLED_WINDOW( scroll ),
912 gtk_container_add( GTK_CONTAINER( scroll ), view );
913 gtk_widget_set_size_request ( scroll, -1, 200 );
915 ret = scroll;
917 data->top = scroll;
H A Dtr-window.c48 GtkWidget * scroll; member in struct:__anon7295
712 w = list = p->scroll = gtk_scrolled_window_new( NULL, NULL );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/
H A Dmakefile.bcc47 all: access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
297 @echo cd scroll >scroll.bat
298 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>scroll.bat
299 call scroll.bat
300 @del scroll.bat
744 scroll:
745 @echo cd scroll >scroll.bat
746 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>scroll
[all...]
H A Dmakefile.dmc22 all : access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
272 @echo cd scroll >scroll.bat
273 @echo make -f makefile.dmc $(MAKEARGS) clean >>scroll.bat
274 scroll.bat
275 @del scroll.bat
719 scroll :
720 @echo cd scroll >scroll.bat
721 @echo make -f makefile.dmc $(MAKEARGS) all >>scroll
[all...]
H A Dmakefile.gcc39 all: access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
105 $(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) clean
309 scroll:
310 $(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) all
374 popup printing propsize regtest render richtext rotate sashtest scroll scrollsub \
H A Dmakefile.wat56 all : .SYMBOLIC access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
247 cd scroll
613 scroll : .SYMBOLIC
614 cd scroll
H A Dmakefile.dms215 cd scroll
582 cd scroll
H A Dmakefile.vc227 cd scroll
594 cd scroll
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A Dmisc.c160 static inline void scroll(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dtextbox.c206 scroll(box); /* Scroll box region up one line */
235 /* Reprint current page to scroll horizontally */
246 /* Reprint current page to scroll horizontally */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp96 // wxAutoScrollTimer: the timer used to generate a stream of scroll events when
103 wxAutoScrollTimer(wxWindow *winToScroll, wxScrollHelper *scroll,
128 wxScrollHelper *scroll,
133 m_scrollHelper = scroll;
148 // first scroll the window if we are allowed to do it
173 else // can't scroll further, stop
432 // which we scroll - we don't need to hijack its events)
467 // can't scroll further
674 // scroll lines per page: if 0, no scrolling is needed
690 // Calculate page size i.e. number of scroll unit
127 wxAutoScrollTimer(wxWindow *winToScroll, wxScrollHelper *scroll, wxEventType eventTypeToSend, int pos, int orient) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dtextbox.c245 scroll(text); /* Scroll text region up one line */
276 /* Reprint current page to scroll horizontally */
288 /* Reprint current page to scroll horizontally */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dtextbox.c263 scroll (text); /* Scroll text region up one line */
294 /* Reprint current page to scroll horizontally */
306 /* Reprint current page to scroll horizontally */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js78 return (/(relative|absolute|fixed)/).test($.curCSS(this,'position',1)) && (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
82 return (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
303 var scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop",
306 if ( el[ scroll ] > 0 ) {
311 // if the element doesn't have the scroll set, see if it's possible to
312 // set the scroll
313 el[ scroll ] = 1;
314 has = ( el[ scroll ] > 0 );
315 el[ scroll ] = 0;
773 scroll
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Duvesafb.c48 static int ypan = 1; /* 0: scroll, 1: ypan, 2: ywrap */
2000 module_param_named(scroll, ypan, scroll, 0);
2001 MODULE_PARM_DESC(scroll,

Completed in 128 milliseconds

123