代码搜索结果
找到约 10,000 项符合
Button 的代码
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
button.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
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