代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/209030/15228941
cc scroll.cc
//**************************************************************
//* filename: scroll.cc *
//* *
//***
www.eeworm.com/read/208536/15245453
gif scroll.gif
www.eeworm.com/read/205546/15313454
java scroll.java
/*源程序清单12-29*/
import java.awt.*;
import java.util.*;
class Scroll extends Thread
{
Vector label=new Vector();
Vector name=new Vector();
Vector value=new Vector();
int sleepTime;
www.eeworm.com/read/11175/207443
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/11175/207461
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/11175/207470
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/11175/207930
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/12870/257791