代码搜索结果
找到约 50,122 项符合
Button 的代码
button.tcl
# button.tcl --
#
# This demonstration script creates a toplevel window containing
# several button widgets.
#
# RCS: @(#) $Id: button.tcl 144 2003-02-05 10:56:26Z mdejong $
if {![info exists widgetD
button-min.js
Ext.Button=Ext.extend(Ext.Component,{hidden:false,disabled:false,pressed:false,enableToggle:false,menuAlign:"tl-bl?",type:"button",menuClassTarget:"tr",clickEvent:"click",handleMouseEvents:true,toolti
button.js
/*
* Ext JS Library 2.2.1
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.Button
* @extends Ext.Component
* Simple
button.c
#include "windows.h"
#include "windowsx.h"
#include "wintools.h"
#include "wintern.h"
/*
* Copyright (c) 2005 Greg Haerr
*
* WINCTL Custom Control Library
* Push button Custom C
button.java
package java.awt;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import org.kaffe.util.Ptr;
/**
* class Button -
*
* Copyright (c) 199
button.java
/* Button.java -- AWT button widget
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modi
button.java
/* Button.java -- AWT button widget
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modi
button.js
//
// User defined button widget
// that extends dojo's button widget by setting custom images
//
// In java terminology, this file defines
// a class called acme.widget.Button that extends dojo.widge
button.cpp
#include
#include
int main(int argc, char **argv)
{
QApplication button(argc, argv);
QPushButton hello("Hello, Button!", 0);
hello.resize(150, 30);
hello.setFon
button.pro
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS =
SOURCES = button.cpp
INTERFACES =