代码搜索结果

找到约 50,122 项符合 Button 的代码

copytext.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; public class CopyText extends JPanel { JTextField sourceTextField; JTextField targetTextField; JButton button; CopyText() {

applet1.java

import java.applet.Applet; import java.awt.*; import java.awt.event.*; public class Applet1 extends Applet implements ActionListener { Button Button1 = new Button( "按钮" ); Label l1

stringitemdemo.java

//stringItemDemo.java file import javax.microedition.lcdui.*; import javax.microedition.midlet.*; import itemex.*; //引入新创建的类 Button ,HyperLink public class stringItemDemo extends MIDlet implemen

button_impl.h

/* ** $Id: button_impl.h,v 1.1 2005/01/31 08:52:29 clear Exp $ ** ** button.h: the head file of Button Control module. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yongm

mainframe.jbx

[PropertyInfo] buttonBeginTransmit,Button,false,false, , ,false, buttonFile,Button,false,false, , ,false, buttonStopTransmit,Button,false,false, , ,false, checkboxAudio,

ex26_3.c

/* filename: Notebook.c */ #include void rotate_book (GtkButton *button, GtkNotebook *notebook) { gtk_notebook_set_tab_pos (notebook, (notebook->tab_pos +1) %4); } void tabsb

messagebox.h

#ifndef GTK_MESSAGE_BOX_H #define GTK_MESSAGE_BOX_H #include void MessageBox(gchar *caption, gchar *message,gint IsChinese) { GtkWidget *dialog_window; GtkWidget *button;

ex21_1.c

/*filename:ex21_1.c*/ #include gint delete_handle(GtkWidget *widget,gpointer gdata) { g_print("application quitting----\n"); gtk_main_quit(); return FALSE; } void button

makefile.am

INCLUDES = -I../../include -I../include -I../include/control noinst_LTLIBRARIES = libcontrol.la COMMON_SRCS = ctrlmisc.c \ static.c button.c simedit.c edit.c medit.c listbox.c progress

button.c

/* ** $Id: button.c,v 1.54 2003/09/04 02:40:35 weiym Exp $ ** ** button.c: the Button Control module. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yongming. ** ** Curren