代码搜索:TextBox
找到约 10,000 项符合「TextBox」的源代码
代码结果 10,000
www.eeworm.com/read/201234/15412852
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/113670/15451409
h textbox.h
//**************************************************************
//* filename: textbox.h *
//* *
//***
www.eeworm.com/read/113670/15451501
cc textbox.cc
//**************************************************************
//* filename: textbox.cc *
//* *
//***
www.eeworm.com/read/104815/15682609
textbox2
#!/bin/sh
# $Id: textbox2,v 1.2 2003/08/15 19:40:37 tom Exp $
: ${DIALOG=dialog}
tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$
trap "rm -f $tempfile" 0 1 2 5 15
cat $tempfile
Hi,
www.eeworm.com/read/104815/15682728
c textbox.c
/*
* $Id: textbox.c,v 1.45 2003/11/26 20:41:23 tom Exp $
*
* textbox.c -- implements the text box
*
* AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
* and: Thomas E. Dickey
*
* This program is