代码搜索结果
找到约 10,000 项符合
Button 的代码
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.htm
Button
button.h
#ifndef _BUTTON_H
#define _BUTTON_H
#include
typedef struct button
{
WINDOW *b[3];
int pair_color[3];
char *str;
int (*attack)(struct button *,int,int,int);
void (*setColor
button.c
#include "button.h"
#include
#include
void show_button(BUTTON * b)
{
touchwin(b->b[0]);
wrefresh(b->b[0]);
touchwin(b->b[1]);
wrefresh(b->b[1]);
touchwin