代码搜索结果
找到约 50,122 项符合
Button 的代码
button.tcl
# button.tcl --
#
# This demonstration script creates a toplevel window containing
# several button widgets.
#
# RCS: @(#) $Id: button.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $
if {![info exists wi
button.java
package gnu.kawa.models;
import java.awt.Color;
/** A model (data) for a clickable button. */
public class Button extends Model
{
boolean disabled;
String text;
Object action;
// These shoul
button.scala
package scala.swing
import javax.swing._
import event._
/** A class for buttons; standard constructor wraps around a swing button */
class Button(override val peer: JButton) extends Component with P
button.c
// $Id: button.c,v 1.12 2000/11/20 09:41:46 ymwei Exp $
//
// button.c: the Button Control module.
//
// Copyright (C) 1999, 2000, Wei Yongming.
//
// Current maintainer: Wei Yongming.
/*
** This li
button.h
//
// $Id: button.h,v 1.2 2000/08/07 03:19:12 weiym Exp $
//
// button.h: the head file of Button Control module.
//
// Copyright (c) 1999, Wei Yongming.
//
//
// Note:
// Originally by Zhao Jianghu
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.js
/**
* Title:
* Description:
* Copyright: Copyright (c) xio.name 2006
* @author xio
*/
function Button(image, text) {
this.base = Component;
this.base(Toolkit.newTa
render.button.js
// FIXME TriCellTable orientations
// FIXME alignment
/**
* Component rendering peer: Button
*/
EchoAppRender.ButtonSync = Core.extend(EchoRender.ComponentSync, {
$static: {
_createPro
button-min.js
/*
* Ext JS Library 2.0
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.Button=Ext.extend(Ext.Component,{hidden:false,disabled:false,pr
button.js
/*
* Ext JS Library 2.0
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.Button
* @extends Ext.Component
* Simple But