代码搜索结果

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

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

/* XPM */ static char * button_xpm[] = { "21 21 5 1", " c None", ". c #FFFFFF", "+ c #000000", "@ c #D6D6D6", "# c #7B7B7B", " ", " ", " ",

button.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////