代码搜索结果

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

button.h

///////////////////////////////////////////////////////////////////////////// // Name: wx/cocoa/button.h // Purpose: wxButton class // Author: David Elliott // Modified by: // Cre

button.h

///////////////////////////////////////////////////////////////////////////// // Name: wx/palmos/button.h // Purpose: wxButton class // Author: William Osborne - minimal working wxP

button.h

///////////////////////////////////////////////////////////////////////////// // Name: wx/gtk1/button.h // Purpose: // Author: Robert Roebling // Id: $Id: button.h,v 1.34 2006

button.h

///////////////////////////////////////////////////////////////////////////// // Name: wx/gtk/button.h // Purpose: // Author: Robert Roebling // Id: $Id: button.h,v 1.34 2006/

button.tex

\section{\class{wxButton}}\label{wxbutton} A button is a control that contains a text string, and is one of the most common elements of a GUI. It may be placed on a \rtfsp\helpref{dialog box}{wxd

button.cpp

///////////////////////////////////////////////////////////////////////////// // Name: src/mac/carbon/button.cpp // Purpose: wxButton // Author: Stefan Csomor // Modified by: // C

button.cpp

///////////////////////////////////////////////////////////////////////////// // Name: src/mac/classic/button.cpp // Purpose: wxButton // Author: Stefan Csomor // Modified by: //

button.java

package lejos.nxt; /** * Abstraction for an NXT button. * Example: * * Button.ENTER.waitForPressAndRelease(); * Sound.playTone (1000, 1); * */ public class B

button.h

#ifndef BUTTON_H #define BUTTON_H #include class Button : public QToolButton { Q_OBJECT public: Button(const QString &text, const QColor &color, QWidget *parent = 0); QS

button.cpp

#include #include "button.h" Button::Button(const QString &text, const QColor &color, QWidget *parent) : QToolButton(parent) { setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Pr