代码搜索:DrawArea

找到约 56 项符合「DrawArea」的源代码

代码结果 56
www.eeworm.com/read/101178/15842094

c device.c

/* * Screen Device Driver * * * COPYRIGHT (c) 2001 - 2010. * emTech System Corporation. * * The license and distribution terms for this file may be * found in found in the file LI
www.eeworm.com/read/328318/13034358

cpp virtualwavedlg.cpp

// virtualWaveDlg.cpp : implementation file // #include "stdafx.h" #include "virtualWave.h" #include "virtualWaveDlg.h" #include "Draw.h" #include //#include "ChartWnd.h" #ifdef _
www.eeworm.com/read/177430/9453805

cpp demodlg.cpp

// DemoDlg.cpp : implementation file // #include "stdafx.h" #include "DrawInDialog.h" #include "DemoDlg.h" #include "DrawDoc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/277031/10676549

cpp demodlg.cpp

// DemoDlg.cpp : implementation file // #include "stdafx.h" #include "DrawInDialog.h" #include "DemoDlg.h" #include "DrawDoc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/396990/8073418

cpp demodlg.cpp

// DemoDlg.cpp : implementation file // #include "stdafx.h" #include "DrawInDialog.h" #include "DemoDlg.h" #include "DrawDoc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/115273/6118197

c test10.c

/* just like test9, only by eventhandler than by translation */ #include #include #include #include void handle_drag(widget, client_data,
www.eeworm.com/read/115272/6119519

c test10.c

/* just like test9, only by eventhandler than by translation */ #include #include #include #include void handle_drag(widget, client_data,
www.eeworm.com/read/243634/4519366

makefile

INCS = -I/usr/X11R6/include LIBS = -L/usr/X11R6/lib -lXm -lXt -lX11 -lXp -lXext all: drawarea drawarea: drawarea.c gcc -o drawarea drawarea.c $(INCS) $(LIBS) clean: rm -f drawarea *.bak
www.eeworm.com/read/197689/7975073

cpp ctrlpage6.cpp

// CtrlPage6.cpp : 实现文件 // #include "stdafx.h" #include "ControlUse.h" #include "CtrlPage6.h" // CCtrlPage6 对话框 IMPLEMENT_DYNAMIC(CCtrlPage6, CPropertyPage) CCtrlPage6::CCtrlPage6() :
www.eeworm.com/read/115273/6118205

c test9.c

/* $Header: /cvsroot/lesstif/lesstif/test/Xm/misc/test9.c,v 1.3 2002/04/17 16:22:01 amai Exp $ Actions */ #include #include #include #include