代码搜索结果
找到约 50,122 项符合
Button 的代码
button.p
button.o: button.c /usr/include/stdio.h /usr/include/features.h \
/usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h \
/usr/include/bits
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.p
button.lo button.o : button.c \
/opt/HHLje/hardhat/devkit/ppc/405/bin/../target/usr/include/string.h \
/opt/HHLje/hardhat/devkit/ppc/405/bin/../target/usr/include/features.h \
/opt/HHLje/hardhat/de
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.c
#include "windows.h"
#include "windowsx.h"
#include "wintools.h"
/*
* WINCTL Custom Control Library
* Push button Custom Control
* This control implements a custom pushbutton control.
*
* 4/8/98