代码搜索:textBOX
找到约 10,000 项符合「textBOX」的源代码
代码结果 10,000
www.eeworm.com/read/281650/9144331
o textbox.o
www.eeworm.com/read/281650/9144333
c textbox.c
/*
* textbox.c -- implements the text box
*
* ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
* MODIFIED FOR LINUX KERNEL CONFIG BY: William Roadcap (roadcap@cfw.com)
*
* This program is free
www.eeworm.com/read/178021/9423541
h textbox.h
/*CLASS TEXTBOX*/
class textbox
{
int x,y,x1,y1;
int color;
char string[80];
int type;
public:
textbox(){x=NULL;y=NULL;x1=NULL;y1=NULL;color=WHITE;string[0]=NULL;textboxjump=0;type=0;}
void
www.eeworm.com/read/372148/9519299
h textbox.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efTEXTBOX_H
#define _GUI_efTEXTBOX_H
typedef struct _efTex
www.eeworm.com/read/372148/9519371
h textbox.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efTEXTBOX_H
#define _GUI_efTEXTBOX_H
typedef struct _efTex
www.eeworm.com/read/372148/9519425
c textbox.c
/*
微型嵌入式GUI - 应用开发
Website: www.ecurb2006.com
Website: www.ecurb2006.com
演示如何创建对象,使用TEXTBOX文本框。
*/
#include "gui.h"
#define MyWinCommand_A 4 /* 按钮的ID*/
#define MyWinCommand_B 5
www.eeworm.com/read/372148/9519450
h textbox.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efTEXTBOX_H
#define _GUI_efTEXTBOX_H
typedef struct _efTex