代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/234134/4660925
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/234134/4661343
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/231546/4715044
txt scroll.txt
*scroll.txt* For Vim version 5.8. Last change: 2000 Jun 14
VIM REFERENCE MANUAL by Bram Moolenaar
Scrolling *scrolling*
These commands move the contents of the window. If the cur
www.eeworm.com/read/229812/4733871
def scroll.def
extern void HorizontalScroll( WPARAM, LPARAM, HWND );
extern void VerticalScroll( WPARAM, LPARAM, HWND );
extern void InitScroll( SCR_CONFIG, HWND );
extern void ScrollResize( HWND, WPARAM );
exte
www.eeworm.com/read/229812/4733905
c scroll.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/223074/4814926
js scroll.js
var currentpos,timer;
function initialize()
{
timer=setInterval("scrollwindow()",10);
}
function sc(){
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scr
www.eeworm.com/read/216802/4884417
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/216802/4885666
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/209211/4983817
c scroll.c
#include
#include
#include
#include
#include
#include
#include
#include "flayer.h"
#include "samterm.h"
static Image *scrtmp;
stati
www.eeworm.com/read/209211/4986104
c scroll.c
#include
#include
#include
int
mousescrollsize(int maxlines)
{
static int lines, pcnt;
char *mss;
if(lines == 0 && pcnt == 0){
mss = getenv("mousescrollsize");
if(mss)