代码搜索结果
找到约 50,122 项符合
Button 的代码
button.cpp
// Button.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Button.h"
#include "ButtonDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
button.plg
Build Log
--------------------Configuration: Button - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
button.c
/*
** $Id: button.c,v 1.8 2003/11/23 13:09:22 weiym Exp $
**
** Listing 7.1
**
** button.c: Sample program for MiniGUI Programming Guide
** Usage of BUTTON control.
**
** Copyright (C) 2003 Feynm
button.h
/**
* \file button.h
* \author Wei Yongming
* \date 2001/12/29
*
\verbatim
Copyright (C) 2002-2006 Feynman Software.
Copyright (C) 1998-2002 Wei Yongming.
All r
button-min.js
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.Button=Ext.extend(Ext.Component,{hidden:false,disabled:false,pr
button-min.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.Button=Ext.extend(Ext.Component,{hidden:false,disabled:false,
button.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.Button
* @extends Ext.Component
* Simple But
button.c
#include
#include
#include
String app_resources[] = {
"*Command.Label: Click left mouse button", NULL,
};
XrmOptionDescRec options[] = {
button.hxx
// Button.hxx
//
#ifndef Button__hxx
#define Button__hxx
#include
#include "Component.hxx"
typedef void (*button_callback)(void);
class Button : public Component {
public:
Butto
button.cpp
// Button.cpp
//
#include
#include
#include
#include "Button.hxx"
static void callback(Widget w, caddr_t data1, caddr_t data2) {
Button * b