代码搜索结果

找到约 10,000 项符合 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.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.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.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.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.java

/* * MWT - Micro Window Toolkit * Copyright (C) 2007 Lucas Domanico - lucazd@gmail.com * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/l