代码搜索结果

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

button.h

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998 Olivier Debon // // This program is free software; you can redistribute it and/or // mod

button.cc

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998 Olivier Debon // // This program is free software; you can redistribute it and/or // mod

button.java

package gnu.kawa.models; import java.awt.Color; /** A model (data) for a clickable button. */ public class Button extends Model { boolean disabled; String text; Object action; // These shoul

button.scala

package scala.swing import javax.swing._ import event._ /** A class for buttons; standard constructor wraps around a swing button */ class Button(override val peer: JButton) extends Component with P

button.c

// $Id: button.c,v 1.12 2000/11/20 09:41:46 ymwei Exp $ // // button.c: the Button Control module. // // Copyright (C) 1999, 2000, Wei Yongming. // // Current maintainer: Wei Yongming. /* ** This li

button.h

// // $Id: button.h,v 1.2 2000/08/07 03:19:12 weiym Exp $ // // button.h: the head file of Button Control module. // // Copyright (c) 1999, Wei Yongming. // // // Note: // Originally by Zhao Jianghu

button.java

/* Button.java -- AWT button widget Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute i

button.java

package java.awt; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.FocusEvent; import java.awt.event.KeyEvent; import java.awt.event.MouseEvent; import

button.h

/* ********************************************************************************************************* * uC/GUI * Univers

button.c

/* ********************************************************************************************************* * uC/GUI * Univers