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

/linux-master/scripts/kconfig/lxdialog/
H A Dmenubox.c40 * Reset 'scroll' to 0 if the value from lxdialog.scrltmp is bogus.
43 * fscanf would read in 'scroll', and eventually that value would get used.
88 * Print the scroll indicators.
90 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, argument
99 if (scroll > 0) {
115 if ((height < item_no) && (scroll + height < item_no)) {
149 /* scroll up n lines (n may be negative) */
150 static void do_scroll(WINDOW *win, int *scroll, int n) argument
156 *scroll = *scroll
168 int key = 0, button = 0, scroll = 0, choice = 0; local
[all...]
H A Dchecklist.c50 * Print the scroll indicators.
52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, argument
57 if (scroll > 0) {
72 if ((height < item_no) && (scroll + choice < item_no - 1)) {
108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; local
176 scroll = choice - list_height + 1;
177 choice -= scroll;
182 item_set(scroll + i);
186 print_arrows(dialog, choice, item_count(), scroll,
198 item_set(i + scroll);
[all...]
/linux-master/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...]
/linux-master/drivers/input/mouse/
H A Dsynaptics.h162 s8 scroll; member in struct:synaptics_hw_state
185 int scroll; member in struct:synaptics_data
H A Dsynaptics.c850 hw->scroll = (s8)buf[1];
1081 if (hw.scroll) {
1082 priv->scroll += hw.scroll;
1084 while (priv->scroll >= 4) {
1089 priv->scroll -= 4;
1091 while (priv->scroll <= -4) {
1096 priv->scroll += 4;
/linux-master/drivers/input/keyboard/
H A Datkbd.c57 module_param_named(scroll, atkbd_scroll, bool, 0);
58 MODULE_PARM_DESC(scroll, "Enable scroll-wheel on MS Office and similar keyboards");
220 bool scroll; member in struct:atkbd
277 ATKBD_DEFINE_ATTR(scroll); variable
448 int scroll = 0, hscroll = 0, click = -1; local
528 scroll = 1;
531 scroll = 2;
534 scroll = 4;
537 scroll
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c96 static void scroll(void) function
143 scroll();
151 scroll();
/linux-master/drivers/video/fbdev/
H A Duvesafb.c49 static int ypan = 1; /* 0: scroll, 1: ypan, 2: ywrap */
1959 module_param_named(scroll, ypan, scroll, 0);
1960 MODULE_PARM_DESC(scroll,
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py4991 body {overflow-y:scroll;}\n\
5021 .zoombox {position:relative;width:100%;overflow-x:scroll;-webkit-user-select:none;-moz-user-select:none;user-select:none;}\n\

Completed in 199 milliseconds