代码搜索:miniGUI
找到约 4,426 项符合「miniGUI」的源代码
代码结果 4,426
www.eeworm.com/read/215230/4905226
h mgcolor.h
#ifndef _MGCOLOR_H_
#define _MGCOLOR_H_
#define COLOR_NAME_LEN 20
class MGColor
{
public:
MGColor();
#if( _CURRENT_PLATFORM == _PLATFORM_MINIGUI )
MGColor( gal_pixel, const char* name );
#endif
www.eeworm.com/read/215230/4905228
h mginlines.h
#ifndef _MGINLINES_H_
#define _MGINLINES_H_
#include
#if( _CURRENT_PLATFORM == _PLATFORM_MINIGUI )
inline bool MGColor::isValid() const
{
return m_name [0] != '\0';
}
inline void MGC
www.eeworm.com/read/215230/4905238
cpp mgwidget.cpp
/*
* $Id: mgwidget.cpp,v 1.3 2002/01/29 10:14:45 ymwei Exp $
*
* This file is a part of Monqueror.
*
* mgwidget.cpp: widget implementation of MiniGUI.
*/
#define WIDGET_DEBUG 0
#include
www.eeworm.com/read/183699/5252721
c dispbmp.c
/****************************************************************************
* 文件名:DispBmp.C
* 功能:MiniGUI应用例子。
* 使用LoadBitmapFromMem装载一个BMP文件数据(内建资源),然后使用
* FillBoxWithBitmap在主窗口上显示该图片。
*
www.eeworm.com/read/174090/5365747
c dispbmp.c
/****************************************************************************
* 文件名:DispBmp.C
* 功能:MiniGUI应用例子。
* 使用LoadBitmapFromMem装载一个BMP文件数据(内建资源),然后使用
* FillBoxWithBitmap在主窗口上显示该图片。
*
www.eeworm.com/read/349289/3145815
c dispbmp.c
/****************************************************************************
* 文件名:DispBmp.C
* 功能:MiniGUI应用例子。
* 使用LoadBitmapFromMem装载一个BMP文件数据(内建资源),然后使用
* FillBoxWithBitmap在主窗口上显示该图片。
*
www.eeworm.com/read/349287/3145866
c dispbmp.c
/****************************************************************************
* 文件名:DispBmp.C
* 功能:MiniGUI应用例子。
* 使用LoadBitmapFromMem装载一个BMP文件数据(内建资源),然后使用
* FillBoxWithBitmap在主窗口上显示该图片。
*
www.eeworm.com/read/347603/3166281
am makefile.am
libminiguiincludedir = $(includedir)/minigui/ctrl
libminiguiinclude_HEADERS= \
ctrlhelper.h \
static.h \
button.h \
edit.h \
combobox.h \
progressbar.h \
menubutton.h \
toolbar.h \
newtoolba
www.eeworm.com/read/347603/3166285
h textedit.h
/**
* \file textedit.h
* \author Wei Yongming
* \date 2001/12/29
*
\verbatim
Copyright (C) 2002-2005 Feynman Software.
Copyright (C) 1998-2002 Wei Yongming.
This
www.eeworm.com/read/347603/3166287
h trackbar.h
/**
* \file trackbar.h
* \author Wei Yongming
* \date 2001/12/29
*
\verbatim
Copyright (C) 2002-2005 Feynman Software.
Copyright (C) 1998-2002 Wei Yongming.
This