代码搜索结果

找到约 10,000 项符合 Button 的代码

button.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens

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.java

package com.javapatterns.bridge.peer; public class Button extends Component { public String getLabel(){ return label; } public void setLabel(String label){ this.label = label; }

button.h

/* ********************************************************************************************************* * uC/GUI * Universal

button.c

/* ********************************************************************************************************* * uC/GUI * Universal

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.xpm

/* XPM */ static const char * button_xpm[] = { /* columns rows colors chars-per-pixel */ "32 32 16 1", " c Gray0", ". c #808000", "X c #000080", "o c #808080", "O c #000000", "+ c #808000", "@ c #000

button.h

///////////////////////////////////////////////////////////////////////////// // Name: wx/msw/button.h // Purpose: wxButton class // Author: Julian Smart // Modified by: // Created: