代码搜索结果

找到约 16,607 项符合 Screen 的代码

list_projects.js

function displayPDF(_url) { window.open(_url,"displayPDF","width=" + screen.width + ",height=" + screen.height + ",toolbar=no,scrollbars=yes,resizable=yes"); }

screen.h

/** * * $Id: Screen.h,v 1.1 2004/08/28 19:23:26 dannybackx Exp $ * * Copyright (C) 1995 Free Software Foundation, Inc. * Copyright (C) 1995-2002 LessTif Development Team * * This file is part o

screen.h

/** * * $Id: Screen.h,v 1.1 2004/08/28 19:23:26 dannybackx Exp $ * * Copyright (C) 1995 Free Software Foundation, Inc. * Copyright (C) 1995-2002 LessTif Development Team * * This file is part o

tc100scn.c

/******************************************************************************/ /* */ /* tc0100scn: TAITO SCREEN

screen.h

/* COW: Character Oriented Windows screen.h: cow private screen interface */ /*****************************************************************************/ /* characters */ #include

inswap.asm

;* ;* CW : Character Oriented Windows ;* ;* inswap.asm : screen swapping (for installable screen) .xlist include user.inc include uisa.inc ;* for isa's include screen.inc ;* screen stu

_menu.h

/* COW : Character Oriented Windows _menu.h : menu private info */ /* Menu Bar */ #define ayMenu ((AY) 0) /* menu at top of screen */ #define axMenuMin ((AX) 0) /* start at left of screen

screen.asm

;* ;* COW : Character Oriented Windows ;* ;* screen.asm : installable screen drivers title screen - Screen control code for CW .xlist include user.inc include uisa.inc ;* for isa's in

getchar.asm

;* ;* CW : Character Oriented Windows ;* ;* getchar.asm : get character at a given position. include user.inc include screen.inc include inscr.inc ;--------------------------------------

blank.txt

SUMMARY Blank a region of the screen #include ; blank (x1, y1, x2, y2, a) blanks a region of the screen ifdef OS2 cProc blank, parmW x1 parmW y1 parmW x2 parmW y2