代码搜索结果
找到约 10,000 项符合
Button 的代码
button.h
/**
* Button
*/
#pragma once
const int MAX_TITLE_LEN = 16;
class Button: public virtual Control
{
public:
Button(Window *pWnd, int x, int y, int width, int height, const wchar_t *ti
button.cpp
#include "GKL.h"
using namespace GKL;
Button::Button(Window *pWnd, int x, int y, int width, int height, const wchar_t *title, void (*onClick)(Button*)):
Control(pWnd, false, true),
COLOR_OUT
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
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
#include
#include
#include
#include
#include