代码搜索结果
找到约 50,122 项符合
Button 的代码
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.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.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/button.h
// Purpose: wxButton class
// Author: Julian Smart
// Modified by:
// Created:
button.h
///////////////////////////////////////////////////////////////////////////////
// Name: wx/univ/button.h
// Purpose: wxButton for wxUniversal
// Author: Vadim Zeitlin
// Modified by:
button.c
/*
** $Id: button.c,v 1.8 2003/11/23 13:09:22 weiym Exp $
**
** Listing 7.1
**
** button.c: Sample program for MiniGUI Programming Guide
** Usage of BUTTON control.
**
** Copyright (C) 2003 Feynm
button.c
/**********************************************************
*
*Copyright ? 2001 National ASIC Center, All right Reserved
*
* FILE NAME: button.c
* PROGRAMMER: ZengXianWei
* Date of Creation:
button.h
#ifndef _ASIXBUTTON_H
#define _ASIXBUTTON_H
#include
//define button ctrl_str
#define MAX_TAG_WIDTH 116 //130 //modified by xuanhui 2002/3/19
//modified by xuanhui 2002/3/19