代码搜索结果
找到约 10,000 项符合
Button 的代码
button.c
/*
** $Id: button.c,v 1.12 2004/04/19 07:30:21 weiym Exp $
**
** button.c: The Button control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
**
**
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.cc
#include
#include
#include
#include "SDL_gui.h"
GUI_Button::GUI_Button(const char *aname, int x, int y, int w, int h)
: GUI_AbstractButton(aname, x, y, w, h)
{
SDL_