代码搜索结果
找到约 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
#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.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
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.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal