代码搜索:miniGUI
找到约 4,426 项符合「miniGUI」的源代码
代码结果 4,426
www.eeworm.com/read/301079/13866586
c bmpbkgnd.c
/*
** $Id: bmpbkgnd.c,v 1.5 2003/06/13 06:50:39 weiym Exp $
**
** Listing 5.2
**
** bmpbkgnd.c: Sample program for MiniGUI Programming Guide
** Create a dialog box filling background with bitmap
www.eeworm.com/read/140826/5780670
am makefile.am
# The directory where the data files will be installed
mgextdatadir = $(libdir)/minigui/res/icon
# Which data files to install
mgextdata_DATA = fold.ico unfold.ico
#install-data-local:
# $(INSTALL_
www.eeworm.com/read/213265/6289183
h figure.h
#ifndef __FIGURE_STRUCT_H__
#define __FIGURE_STRUCT_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#include "../inc/macro.h"
typedef struct {
int cx;
int cy;
}structSIZE;
type
www.eeworm.com/read/344861/11856166
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
AC_INIT(mginit/mginit.c)
dnl ========================================================================
dnl needed for
www.eeworm.com/read/344858/11856562
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
AC_INIT(bomb/bomb.c)
dnl ========================================================================
dnl needed for cro
www.eeworm.com/read/258266/11874026
c dlg.c
/****************************************************************************
* 文件名:Dlg.C
* 功能:MiniGUI应用例子。
* 建立一个模式对话框,对话框包括2个命令按钮和1个静态文本框。
* 说明:使用MiniGUI for uC/OS-II,使用ADS 1.2编译器。
***********
www.eeworm.com/read/154897/11920253
c musicplay_slider_progress.c
/* This file is generated by 'dumpbmp', do not edit manually. */
#include
#include
static unsigned char musicplay_slider_progress_bits [] = {
0x6d, 0x6b, 0x6d,
www.eeworm.com/read/154897/11920325
c musicplay_slider_volume.c
/* This file is generated by 'dumpbmp', do not edit manually. */
#include
#include
static unsigned char musicplay_slider_volume_bits [] = {
0x6d, 0x6b, 0x6d, 0
www.eeworm.com/read/152711/12091003
c input.c
/*
** $Id: input.c,v 1.6 2003/12/29 10:39:25 weiym Exp $
**
** Listing 5.2
**
** input.c: Sample program for MiniGUI Programming Guide
** Use dialog box to interact with user.
**
** Copyright (C
www.eeworm.com/read/152711/12091047
c bmpbkgnd.c
/*
** $Id: bmpbkgnd.c,v 1.6 2003/12/29 10:39:25 weiym Exp $
**
** Listing 5.2
**
** bmpbkgnd.c: Sample program for MiniGUI Programming Guide
** Create a dialog box filling background with bitmap