代码搜索结果
找到约 50,122 项符合
Button 的代码
button.java
package org.gggeye.easymf.ui;
public class Button extends View {
/**
* 如果存在form,则提交数据的时候先提交Form
*/
HtmlForm htmlForm;
public Button(String _name, String _action, HtmlForm _htmlFo
button.c
#include
#include
#include
String app_resources[] = {
"*Command.Label: Click left mouse button", NULL,
};
XrmOptionDescRec options[] = {
button.hxx
// Button.hxx
//
#ifndef Button__hxx
#define Button__hxx
#include
#include "Component.hxx"
typedef void (*button_callback)(void);
class Button : public Component {
public:
Butto
button.cpp
// Button.cpp
//
#include
#include
#include
#include "Button.hxx"
static void callback(Widget w, caddr_t data1, caddr_t data2) {
Button * b
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.py
# button.py: wxButton objects
# $Id: button.py,v 1.24 2007/03/31 09:55:43 agriggio Exp $
#
# Copyright (c) 2002-2007 Alberto Griggio
# License: MIT (see license.txt)
#
button.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CButtonDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Button.
button.rc2
//
// BUTTON.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
button.h
// Button.h : main header file for the BUTTON application
//
#if !defined(AFX_BUTTON_H__076950D7_EAE3_47BF_8A46_968A9CFEA899__INCLUDED_)
#define AFX_BUTTON_H__076950D7_EAE3_47BF_8A46_968A9CFEA899
button.dsp
# Microsoft Developer Studio Project File - Name="Button" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap