代码搜索结果
找到约 10,000 项符合
Screen 的代码
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
colorchooserdemo.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class ColorChooserDemo extends JFrame
implements MouseListener, MouseMotionListener {
JPanel image_panel;
Di
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
xcmsallocnamedcolor.html
Xlib Programming Manual: XcmsAllocNamedColor
XcmsAllocNamedColor
Syntax
bhamdemo.c
/* +++Date last modified: 05-Jul-1997 */
/*
** BHAMDEMO.C
**
** Demonstration of Bresenham algorithms for line and circle.
** public domain by Kurt Kuzba
*/
#include
#include
gz_open1.prg
*_screen.caption=str(wchild('screen'))
if wchild('screen')>2
xx=messagebox("请将关闭其他窗口后,再选择打开文件...",0+48,"注意")
else
do form gz_open name gz_open
endif
widget_ctk.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
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