代码搜索结果
找到约 50,122 项符合
Button 的代码
button.c
#include "windows.h"
#include "windowsx.h"
#include "wintools.h"
/*
* WINCTL Custom Control Library
* Push button Custom Control
* This control implements a custom pushbutton control.
*
* 4/8/98
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.c
/*
COW : Character Oriented Windows
(COW USER DIALOG)
button.c : button functions
*/
#define COW
#include
#include
#include
#include
#include
button.c
#include "windows.h"
#include "windowsx.h"
#include "wintools.h"
/*
* WINCTL Custom Control Library
* Push button Custom Control
* This control implements a custom pushbutton control.
*
* 4/8/98
button.java
/*
* Button.java
*
* Created on 2005
button.java
/* Button.java -- AWT button widget
Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute i
button.h
/*
** $Id: button.h,v 1.2 2003/10/21 02:59:20 allen Exp $
**
** button.h: skin command button interfaces.
**
** Copyright (C) 2002, 2003 Feynman Software, all rights reserved.
**
** Use of this source
button.c
/*
** $Id: button.c,v 1.10 2003/10/30 04:49:49 weiym Exp $
**
** button.c: skin command button implementation.
**
** Copyright (C) 2003 Feynman Software.
**
** Current maintainer: Allen
**
** Create d
button.c
/*
** $Id: button.c,v 1.56 2003/09/29 02:52:46 snig Exp $
**
** button.c: the Button Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
** Current
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.