代码搜索结果
找到约 10,000 项符合
Button 的代码
button.h
/*
COW : Character Oriented Windows
button.h : button cow private interface
*/
DWORD FARPUBLIC ButtonWndProc(PWND, WORD, WORD, DWORD);
/* button control styles */
#define BS_AUTO
_button.h
/*
COW : Character Oriented Windows
_button.h : button specific stuff
*/
/* bits :
0..1 => bst (button state)
2 => fButtonDown
3 => first in group
*/
/* button states */
button.c
/*
COW : Character Oriented Windows
(COW USER DIALOG)
button.c : button functions
*/
#define COW
#include
#include
#include
#include
#include
button.c
/*
** $Id: button.c,v 1.54 2003/09/04 02:40:35 weiym Exp $
**
** button.c: the Button Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
** Curren
button.h
/*
** $Id: button.h,v 1.7 2003/09/04 03:40:35 weiym Exp $
**
** button.h: the head file of Button Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
button.java
//Button.java file
package itemex;
import javax.microedition.lcdui.*;
public class Button extends StringItem
{//Button 类,用于表示按钮
//表示超连接或按钮被点击的命令
static public Command CLICK_COMMAN
button.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
button.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
button.h
/*
*********************************************************************************************************
* uC/GUI
* Univers