代码搜索:scroll
找到约 4,241 项符合「scroll」的源代码
代码结果 4,241
www.eeworm.com/read/100217/15880018
h yyxctrl.h
#ifndef __YYXCTRL_H
#define __YYXCTRL_H
#include "yyxobj.h"
#define CONTROL 0
#define BUTTON 1
#define CHECKBOX 2
#define RADIO 3
#define SCROLL 4
//#define H_SCROLLBAR 5
//#def
www.eeworm.com/read/222380/14693520
js key.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
YAHOO.util.Key = new function() {
// this.logger = new ygLogger("ygEventUtil");
// DOM key constants
this.DOM_VK_UNDEFINED
www.eeworm.com/read/432726/8580478
cpp scrollable_cursor_test.cpp
void test_scroll(SAConnection &con)
{
SACommand cmd(&con);
cmd.setOption("UseCursor") = "1";
cmd.setOption("UseDynamicCursor") = "1";
cmd.setCommandText("select f1 from t1");
cmd.Execute();
i
www.eeworm.com/read/424135/10489062
html 02_pop创建的title提示.html
BODY {
OVERFLOW: scroll; OVERFLOW-X: hidden
}
.DEK {
POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 200
}
A.js:link {
COLOR: #ff0000; LINE-HEIGHT: 120%; TEXT-DECORATIO
www.eeworm.com/read/245586/12791294
c printk.c
// printk.c
//
// Reference from geekOS
#include
#include "hos.h"
#define NUM_SCREEN_DWORDS ((NUMROWS * NUMCOLS * 2) / 4)
#define NUM_SCROLL_DWORDS (((NUMROWS - 1) * NUMCOLS * 2) / 4)
#de
www.eeworm.com/read/245586/12791672
c printk.c
// printk.c
//
// Reference from geekOS
#include
#include "hos.h"
#define NUM_SCREEN_DWORDS ((NUMROWS * NUMCOLS * 2) / 4)
#define NUM_SCROLL_DWORDS (((NUMROWS - 1) * NUMCOLS * 2) / 4)
#de
www.eeworm.com/read/245586/12792014
c printk.c
// printk.c
//
// Reference from geekOS
#include
#include "hos.h"
#define NUM_SCREEN_DWORDS ((NUMROWS * NUMCOLS * 2) / 4)
#define NUM_SCROLL_DWORDS (((NUMROWS - 1) * NUMCOLS * 2) / 4)
#de