Searched refs:scroll (Results 1 - 25 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dmenubox.c53 * Reset 'scroll' to 0 if the value from lxdialog.scrltmp is bogus.
56 * fscanf would read in 'scroll', and eventually that value would get used.
108 * Print the scroll indicators.
110 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, argument
119 if (scroll > 0) {
135 if ((height < item_no) && (scroll + height < item_no)) {
167 /* scroll up n lines (n may be negative) */
168 static void do_scroll(WINDOW *win, int *scroll, int n) argument
174 *scroll = *scroll
186 int key = 0, button = 0, scroll = 0, choice = 0; local
[all...]
H A Dchecklist.c57 * Print the scroll indicators.
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, argument
64 if (scroll > 0) {
79 if ((height < item_no) && (scroll + choice < item_no - 1)) {
116 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
184 scroll = choice - list_height + 1;
185 choice -= scroll;
190 print_item(list, items[(scroll + i) * 3 + 1],
191 status[i + scroll], i, i == choice);
194 print_arrows(dialog, choice, item_no, scroll,
[all...]
H A Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; local
95 scroll = input_x - box_width + 1;
98 waddch(dialog, instr[scroll + i]);
122 if (input_x || scroll) {
125 scroll = scroll < box_width - 1 ? 0 : scroll - (box_width - 1);
129 instr[scroll + input_x + i] ?
130 instr[scroll + input_x + i] : ' ');
131 input_x = strlen(instr) - scroll;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dmenubox.c53 * Reset 'scroll' to 0 if the value from lxdialog.scrltmp is bogus.
56 * fscanf would read in 'scroll', and eventually that value would get used.
109 * Print the scroll indicators.
111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, argument
120 if (scroll > 0) {
136 if ((height < item_no) && (scroll + height < item_no)) {
168 /* scroll up n lines (n may be negative) */
169 static void do_scroll(WINDOW *win, int *scroll, int n) argument
175 *scroll = *scroll
187 int key = 0, button = 0, scroll = 0, choice = 0; local
[all...]
H A Dchecklist.c63 * Print the scroll indicators.
65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, argument
70 if (scroll > 0) {
85 if ((height < item_no) && (scroll + choice < item_no - 1)) {
121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; local
189 scroll = choice - list_height + 1;
190 choice -= scroll;
195 item_set(scroll + i);
199 print_arrows(dialog, choice, item_count(), scroll,
212 item_set(i + scroll);
[all...]
H A Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; local
103 scroll = input_x - box_width + 1;
106 waddch(dialog, instr[scroll + i]);
130 if (input_x || scroll) {
133 scroll = scroll < box_width - 1 ? 0 : scroll - (box_width - 1);
137 instr[scroll + input_x + i] ?
138 instr[scroll + input_x + i] : ' ');
139 input_x = strlen(instr) - scroll;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dchecklist.c61 * Print the scroll indicators.
64 print_arrows (WINDOW * win, int choice, int item_no, int scroll, argument
69 if (scroll > 0) {
85 if ((height < item_no) && (scroll + choice < item_no - 1)) {
126 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
205 scroll = choice - list_height + 1;
206 choice -= scroll;
211 print_item (list, items[scroll + i]->name,
212 status[i+scroll], i, i == choice);
215 print_arrows(dialog, choice, item_no, scroll,
[all...]
H A Dmenubox.c53 * Reset 'scroll' to 0 if the value from lxdialog.scrltmp is bogus.
56 * fscanf would read in 'scroll', and eventually that value would get used.
101 * Print the scroll indicators.
104 print_arrows (WINDOW * win, int item_no, int scroll, argument
113 if (scroll > 0) {
129 if ((height < item_no) && (scroll + height < item_no)) {
171 int key = 0, button = 0, scroll = 0, choice = 0, first_item = 0, max_choice; local
238 /* get the scroll info from the temp file */
240 if ( (fscanf(f,"%d\n",&scroll) == 1) && (scroll <
[all...]
H A Dinputbox.c50 int input_x = 0, scroll = 0, key = 0, button = -1; local
112 scroll = input_x - box_width + 1;
115 waddch (dialog, instr[scroll + i]);
138 if (input_x || scroll) {
141 scroll = scroll < box_width - 1 ?
142 0 : scroll - (box_width - 1);
145 waddch (dialog, instr[scroll + input_x + i] ?
146 instr[scroll + input_x + i] : ' ');
147 input_x = strlen (instr) - scroll;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dmakefile.unx50 all: scroll
59 rm -f scroll
61 scroll: $(SCROLL_OBJECTS)
64 scroll_scroll.o: ./scroll.cpp
H A Dmakefile.dmc28 all : $(OBJS)\scroll.exe
34 -if exist $(OBJS)\scroll.exe del $(OBJS)\scroll.exe
35 -if exist $(OBJS)\scroll.map del $(OBJS)\scroll.map
37 $(OBJS)\scroll.exe : $(SCROLL_OBJECTS) $(OBJS)\scroll_scroll.res
38 link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT /DEBUG /CODEVIEW /su:windows:4.0 $(LDFLAGS) $(SCROLL_OBJECTS),$@,$(OBJS)\scroll.map, $(LIBDIRNAME)\ wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_core.lib wxbase$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR).lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib \ kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\scroll_scroll.res
40 $(OBJS)\scroll_scroll.obj : .\scroll.cpp
41 $(CXX) -mn -c -cpp -o$@ $(SCROLL_CXXFLAGS) .\scroll.cpp
43 $(OBJS)\scroll_scroll.res : .\scroll
[all...]
H A DMakefile.in71 @COND_PLATFORM_MAC_1@ $(SETFILE) -a C scroll$(EXEEXT)
88 COND_PLATFORM_OS2_1___scroll___os2_emxbindcmd = $(NM) scroll$(EXEEXT) | if grep \
89 -q pmwin.763 ; then emxbind -ep scroll$(EXEEXT) ; fi
98 @COND_PLATFORM_MACOSX_1@ = scroll.app/Contents/PkgInfo
136 scroll$(EXEEXT) Carbon.r sample.r
141 all: scroll$(EXEEXT) $(__scroll_bundle___depname)
152 rm -f scroll$(EXEEXT)
153 rm -rf scroll.app
158 scroll$(EXEEXT): $(SCROLL_OBJECTS) $(__scroll___win32rc)
165 @COND_PLATFORM_MACOSX_1@scroll
[all...]
H A Dmakefile.bcc230 all: $(OBJS)\scroll.exe
236 -if exist $(OBJS)\scroll.exe del $(OBJS)\scroll.exe
237 -if exist $(OBJS)\scroll.tds del $(OBJS)\scroll.tds
238 -if exist $(OBJS)\scroll.ilc del $(OBJS)\scroll.ilc
239 -if exist $(OBJS)\scroll.ild del $(OBJS)\scroll.ild
240 -if exist $(OBJS)\scroll
[all...]
H A Dmakefile.dms197 all : $(OBJS)\scroll.exe
203 -if exist $(OBJS)\scroll.exe del $(OBJS)\scroll.exe
204 -if exist $(OBJS)\scroll.map del $(OBJS)\scroll.map
206 $(OBJS)\scroll.exe : $(SCROLL_OBJECTS) $(OBJS)\scroll_scroll.res
207 link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT $(__DEBUGINFO_1) /su:windows:4.0 $(LDFLAGS) $(SCROLL_OBJECTS),$@,$(OBJS)\scroll.map, $(LIBDIRNAME)\ $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) $(__CAIRO_LIB_p) $(__CAIRO_LIBDIR_FILENAMES)\ kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\scroll_scroll.res
209 $(OBJS)\scroll_scroll.obj : .\scroll.cpp
210 $(CXX) -mn -c -cpp -o$@ $(SCROLL_CXXFLAGS) .\scroll.cpp
212 $(OBJS)\scroll_scroll.res : .\scroll
[all...]
H A Dmakefile.vc22 $(__DEBUGINFO_0) /Fd$(OBJS)\scroll.pdb $(____DEBUGRUNTIME_3_p) \
339 all: $(OBJS)\scroll.exe
345 -if exist $(OBJS)\scroll.exe del $(OBJS)\scroll.exe
346 -if exist $(OBJS)\scroll.ilk del $(OBJS)\scroll.ilk
347 -if exist $(OBJS)\scroll.pdb del $(OBJS)\scroll.pdb
349 $(OBJS)\scroll.exe: $(SCROLL_OBJECTS) $(OBJS)\scroll_scroll.res
350 link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\scroll
[all...]
H A Dmakefile.va20 PROGRAM=scroll
H A Dmakefile.wat255 all : .SYMBOLIC $(OBJS)\scroll.exe
263 -if exist $(OBJS)\scroll.exe del $(OBJS)\scroll.exe
265 $(OBJS)\scroll.exe : $(SCROLL_OBJECTS) $(OBJS)\scroll_scroll.res
266 @%create $(OBJS)\scroll.lbc
267 @%append $(OBJS)\scroll.lbc option quiet
268 @%append $(OBJS)\scroll.lbc name $^@
269 @%append $(OBJS)\scroll.lbc option caseexact
270 @%append $(OBJS)\scroll.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS)
271 @for %i in ($(SCROLL_OBJECTS)) do @%append $(OBJS)\scroll
[all...]
H A Dmakefile.gcc231 all: $(OBJS)\scroll.exe
236 -if exist $(OBJS)\scroll.exe del $(OBJS)\scroll.exe
238 $(OBJS)\scroll.exe: $(SCROLL_OBJECTS) $(OBJS)\scroll_scroll_rc.o
241 $(OBJS)\scroll_scroll.o: ./scroll.cpp
244 $(OBJS)\scroll_scroll_rc.o: ./scroll.rc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py42 self.scroll = wx.ScrolledWindow(self.panel)
43 self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale)
44 self.scroll.EnableScrolling(True, True)
45 self.scroll.SetFocus()
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
52 self.scroll.Bind(wx.EVT_PAINT, self.on_paint)
53 self.scroll.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
54 self.scroll.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down)
56 self.scroll.Fit()
72 (x, y) = self.scroll
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscrlwevt.tex3 A scroll event holds information about events sent from scrolling windows.
16 To process a scroll window event, use these event handler macros to direct input to member
18 for intercepting scroll window events from the receiving window.
22 \twocolitem{{\bf EVT\_SCROLLWIN(func)}}{Process all scroll events.}
23 \twocolitem{{\bf EVT\_SCROLLWIN\_TOP(func)}}{Process wxEVT\_SCROLLWIN\_TOP scroll-to-top events.}
24 \twocolitem{{\bf EVT\_SCROLLWIN\_BOTTOM(func)}}{Process wxEVT\_SCROLLWIN\_BOTTOM scroll-to-bottom events.}
H A Dscrolwin.tex5 scroll positions, thumb sizes and ranges according to the area in view.
56 scroll position.
58 A wxScrolledWindow will normally scroll itself and therefore its child windows as well. It
59 might however be desired to scroll a different window than itself: e.g. when designing a
60 spreadsheet, you will normally only have to scroll the (usually white) cell area, whereas the
61 (usually grey) label area will scroll very differently. For this special purpose, you can
63 the scrollbars will scroll a different window.
97 to build your own scroll behaviour.
214 screen when a scroll event occurs. If the application scrolls by a
236 Get the number of pixels per scroll uni
[all...]
H A Dscrolevt.tex3 A scroll event holds information about events sent from stand-alone
25 Note that unless specifying a scroll control identifier, you will need to test for scrollbar
27 horizontal and vertical scroll events are processed using the same event handler.
H A Dtscroll.tex11 scroll events. But just because a window generates a scroll event, doesn't mean
13 wxWindow in fact doesn't have any default functionality to handle scroll events.
15 at all would happen. This is deliberate, because the {\it interpretation} of scroll
35 \twocolitem{position}{The position of the scrollbar in scroll units.}
36 \twocolitem{visible}{The size of the visible portion of the scrollbar, in scroll units.}
44 {\it position} is simply the position of the `thumb' (the bit you drag to scroll around).
45 It is given in scroll units, and so is relative to the total range of the scrollbar.
47 {\it visible} gives the number of scroll units that represents the portion of the
86 %can physically scroll throug
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.core.js82 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));
86 return (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
307 var scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop",
310 if ( el[ scroll ] > 0 ) {
315 // if the element doesn't have the scroll set, see if it's possible to
316 // set the scroll
317 el[ scroll ] = 1;
318 has = ( el[ scroll ] > 0 );
319 el[ scroll ] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsynaptics.h98 signed char scroll; member in struct:synaptics_hw_state
113 int scroll; member in struct:synaptics_data

Completed in 111 milliseconds

123