代码搜索:scroll
找到约 4,241 项符合「scroll」的源代码
代码结果 4,241
www.eeworm.com/read/204040/5036223
asm scrollup.asm
;
; Scroll a region of the screen up
;
; 09-Dec-1986 bw - Added DOS 5 support
.xlist
include ..\h\cmacros.inc
ifdef OS2
include ..\h\subcalls.inc
endif
.list
sBegin code
assumes
www.eeworm.com/read/204040/5036240
asm scrolldn.asm
;
; Scroll a region of the screen down
;
; 09-Dec-1986 bw - Added DOS 5 support
.xlist
include ..\h\cmacros.inc
ifdef OS2
include ..\h\subcalls.inc
endif
.list
sBegin code
assumes
www.eeworm.com/read/170577/5403278
tcl test.tcl
#!/usr/bin/env wish
lappend auto_path "../"
package require pixmapscroll
#wm attributes
wm title . "scroll test"
wm geometry . 100x100
update
font create plain -family helvetica -size 11 -weight b
www.eeworm.com/read/337074/3343879
inc linux-with-alt-and-altgr.inc
include "linux-keys-bare"
keycode 100 = AltGr
altgr keycode 70 = Show_Registers
alt keycode 70 = Scroll_Lock
control altgr keycode 83 = Boot
control altgr keycode 111 = Boot
# Hex keypad keys (for
www.eeworm.com/read/337074/3343885
inc linux-with-alt-and-altgr.inc
include "linux-keys-bare"
keycode 100 = AltGr
altgr keycode 70 = Show_Registers
alt keycode 70 = Scroll_Lock
control altgr keycode 83 = Boot
control altgr keycode 111 = Boot
# Hex keypad keys (for
www.eeworm.com/read/304222/3802133
c wgetch.c
#include
#include
#include "curspriv.h"
int wgetch(win)
WINDOW *win;
{
bool weset = FALSE;
char inp;
if (!win->_scroll && (win->_flags & _FULLWIN)
&& win->_curx == w
www.eeworm.com/read/300509/3846318
java frameattribute.java
package gui;
import jj2000.j2k.image.*;
import javax.swing.*;
import java.awt.*;
import java.io.*;
/** Class to hold frame attributes (title, scroll pane, panel, ...) */
public class FrameAttribute
www.eeworm.com/read/298155/3874647
dat funtc246b.dat
#include
#include
int main(void)
{
clrscr();
cprintf("Make sure the scroll lock key is off and press any key");
getch();
poke(0x0000,0x0417,16);
cprintf("
www.eeworm.com/read/298155/3874864
dat funtc247b.dat
#include
#include
int main(void)
{
clrscr();
cprintf("Make sure the scroll lock key is off and press any key");
getch();
pokeb(0x0000,0x0417,16);
cprintf(
www.eeworm.com/read/292740/3942027
svn-base scrollmidlet.java.svn-base
package opusmicro.demos.scroll3;
import java.util.Vector;
import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Display;
import javax.microedition.lcdui.Font;
import javax.m