代码搜索结果
找到约 10,000 项符合
Screen 的代码
152.txt
http://frienky.100steps.net/blog/feed.php?go=category_9
efflib_2.js
window.onload=function(){
if($("msg_screen") && $("toggle") && $("switchoff")){
$("toggle").onclick=function(){
Element.toggle($("msg_screen"));
}
animation.c
/*
** $Id: animation.c,v 1.5.6.1 2006/06/15 10:20:10 xwyan Exp $
**
** Listing 36.1
**
** animation.c: Sample program for MiniGUI Programming Guide
** Usage of ANIMATION control and GIF89a loade
makefile
# executable files for this directory
OBJECTS = screen3.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_mak
makefile
# executable files for this directory
OBJECTS = screen3.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_mak
textinfo.c
#include
void main(void)
{
struct text_info text;
gettextinfo(&text);
cprintf("Screen coordinates %d,%d to %d,%d\r\n",
text.wintop, text.winleft, text.winbottom, t
textinfo.c
#include
void main(void)
{
struct text_info text;
gettextinfo(&text);
cprintf("Screen coordinates %d,%d to %d,%d\r\n",
text.wintop, text.winleft, text.winbottom, t
v_video.c
//**************************************************************************
//**
//** v_video.c : Heretic 2 : Raven Software, Corp.
//**
//** $RCSfile: v_video.c,v $
//** $Revision: 1.2 $
//** $Date
linedraw.c
// LINEDRAW.C - General Line Drawing
// Written by Phil Inch for Game Developers Magazine (issue 2).
// Contributed to the public domain.
// This program written and compiled with Borland C++ v
colorchooserdemo.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class ColorChooserDemo extends JFrame
implements MouseListener, MouseMotionListener {
JPanel image_panel;
Di