代码搜索:TextBox
找到约 10,000 项符合「TextBox」的源代码
代码结果 10,000
www.eeworm.com/read/419052/10888512
h textbox.h
/***
input.h - structure declarations and function prototypes for input.c
Written by Gerard Paul Java
Copyright (c) Gerard Paul Java 1997
***/
#include
#include
#include
www.eeworm.com/read/271704/10983243
h textbox.h
//******************************************************************************************
// Motoko, a 2D GUI for games.
// Copyright (C) 2006 Gorka Su醨ez Garc韆
//
// This library is free sof
www.eeworm.com/read/417646/10983353
bmp textbox.bmp
www.eeworm.com/read/416780/11013499
h textbox.h
/*
TextBox Struct 结构体 定义
*/
#ifndef TEXTBOX_H_
#define TEXTBOX_H_
#include
/* 属性结构体*/
typedef struct _SizePosColor_
{
short s_py;
short s_px;
short s_sizex;
short s_sizey
www.eeworm.com/read/416780/11013512
c textbox.c
/*
TextBox struct 函数实现
*/
#include "BaseEnvInit.h"
#include "FunctionLib.h"
#include "TextBox.h"
void ShowTextBox(TextBox * pText)
{
werase(pText->m_win);
if(pText->m_isPasswd==TRUE)
{
www.eeworm.com/read/450111/7490756
h textbox.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f