代码搜索结果

找到约 50,122 项符合 Button 的代码

button.h

// // Micro Windows Implementation // button.h: Standard push-button // // 按鈕 (button) 是 GUI 裡常見的物件, 現在只要簡單 new 一下 // 就出來一個, 何樂不為呢? // // $Revision: 1.2 $ // $Source: P:/MWINDOWS/INCLUDE/rcs/b

button.cpp

// // Micro Windows Implementation // button.h // // $Revision: 1.3 $ // $Source: P:/MWINDOWS/LIB/rcs/button.cpp $ // $Date: 1993/11/27 09:53:32 $ // // note: in Button class, the mouse hand

button-min.js

/* * Ext JS Library 1.1 RC 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.addEve

button.js

/* * Ext JS Library 1.1 RC 1 * Copyright(c) 2006-2007, Ext JS, LLC. * licensing@extjs.com * * http://www.extjs.com/license */ /** * @class Ext.Button * @extends Ext.util.Observable

button-debug.js

/* * Ext JS Library 1.1 RC 1 * Copyright(c) 2006-2007, Ext JS, LLC. * licensing@extjs.com * * http://www.extjs.com/license */ Ext.Button = function(renderTo, config){ Ext.apply(

button.js

/* * Ext JS Library 1.1 RC 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.addEve

button.py

from Tkinter import * root = Tk() root.option_readfile('optionDB') root.title('Buttons') Label(root, text="You shot him!").pack(pady=10) Button(root, text="He's dead!", state=DISABLED).pack(sid

button.py

from Tkinter import * root = Tk() root.option_readfile('optionDB') root.title('Buttons') Label(root, text="You shot him!").pack(pady=10) Button(root, text="He's dead!", state=DISABLED).pack(sid

button.h

/** * \file button.h * \author Wei Yongming * \date 2001/12/29 * \verbatim Copyright (C) 2002-2005 Feynman Software. Copyright (C) 1998-2002 Wei Yongming. This f

button.c

/* ** $Id: button.c,v 1.58 2004/06/26 07:49:31 weiym Exp $ ** ** button.c: the Button Control module. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yongming. ** *