代码搜索结果
找到约 10,000 项符合
Button 的代码
button.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
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
/********************************************************************
* 项目名称 :j2me学习 J2me Wap Explorer
*
* Copyright 2005-2006 Wuhua. All rights reserved
*
* 本程序只用于学
button.java
/********************************************************************
* 项目名称 :j2me学习 J2me Wap Explorer
*
* Copyright 2005-2006 Wuhua. All rights reserved
*
* 本程序只用于学
button.java
/********************************************************************
*
* 版权说明,此程序仅供学习参考。不能用于商业
*
********************************************************************/
package org.pook.ui;
button.js
/*
* Ext JS Library 1.0.1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
/**
* @class Ext.Button
* @extends Ext.util.Observable
button.js
/*
* Ext JS Library 1.0.1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
Ext.Button=function(_1,_2){Ext.apply(this,_2);this.addEvents(
button.h
#ifndef BUTTON_H
#define BUTTON_H
#include
class Button : public QToolButton
{
Q_OBJECT
public:
Button(const QString &text, const QColor &color, QWidget *parent = 0);
QS
button.cpp
#include
#include "button.h"
Button::Button(const QString &text, const QColor &color, QWidget *parent)
: QToolButton(parent)
{
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Pr
button.dsp
# Microsoft Developer Studio Project File - Name="Button" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap