代码搜索:SCROLL

找到约 4,241 项符合「SCROLL」的源代码

代码结果 4,241
www.eeworm.com/read/205824/5019811

h scroll.h

#ifndef _WIN32K_SCROLL_H #define _WIN32K_SCROLL_H typedef struct _WINDOW_SCROLLINFO { SCROLLBARINFO ScrollBarInfo; SCROLLINFO ScrollInfo; } WINDOW_SCROLLINFO, *PWINDOW_SCROLLINFO; #defi
www.eeworm.com/read/205824/5021094

h scroll.h

/* $Id: scroll.h 21295 2006-03-12 00:01:12Z jimtabor $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS user32.dll * FILE: include/user32.h * PURPOSE:
www.eeworm.com/read/204040/5035234

h scroll.h

/* COW : Character Oriented Windows scroll.h : scroll bar cow private interface */ #define cwExtraScroll 5 /* size of rgwExtra for scroll windows */ /* scroll bar definitions */ #def
www.eeworm.com/read/204040/5035250

h _scroll.h

/* COW : Character Oriented Windows _scroll.h : scroll bar stuff */ /* ptElevator is the physical position of the elevator */ #define PtElevatorSb(pwnd) ((BYTE)((pwnd)->ptElevatorSb & 0xf
www.eeworm.com/read/204040/5035258

c scroll.c

/* COW : Character Oriented Windows scroll.c : scroll bar control */ #define COW #include #define SCROLL #include #include #include #inc
www.eeworm.com/read/204040/5035676

c scroll.c

#define CC #define cwExtraWnd 5 #include WND wndScrollH = wndScrollBar (1, FALSE, TRUE, 0, 23, 80, 1, NULL, NULL, 2); WND wndScrollV = wndScrollBar (1, TRUE, TRUE,
www.eeworm.com/read/192428/5156387

js scroll.js

var currentpos,timer; function initialize() { timer=setInterval("scrollstart()",10); } function scrollstop() { clearInterval(timer); } function scrollstart() { currentpos=document
www.eeworm.com/read/167133/5466634

cpp scroll.cpp

/** * scroll.cpp - scrollbar support * * Copyright (c) 1999 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and redistribution *
www.eeworm.com/read/326308/3472279

m scroll.m

function scroll(hObject,eventdata,handles) %function scroll(hObject,eventdata,handles) %滚轮响应 s=hObject; data=get(s,'MouseWheelMovedCallbackData'); switch data.wheelRotation case
www.eeworm.com/read/315714/3616611

js scroll.js

var bNetscape4plus = (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4"); var bExplorer4plus = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.