代码搜索:miniGUI

找到约 4,426 项符合「miniGUI」的源代码

代码结果 4,426
www.eeworm.com/read/308657/3712952

h scrollbar.h

/** * \file scrollbar.h * \author Wei Yongming * \date 2001/12/29 * \verbatim Copyright (C) 2002-2007 Feynman Software. Copyright (C) 1998-2002 Wei Yongming.
www.eeworm.com/read/308657/3712953

h trackbar.h

/** * \file trackbar.h * \author Wei Yongming * \date 2001/12/29 * \verbatim Copyright (C) 2002-2007 Feynman Software. Copyright (C) 1998-2002 Wei Yongming.
www.eeworm.com/read/308657/3712955

h combobox.h

/** * \file combobox.h * \author Wei Yongming * \date 2001/12/29 * \verbatim Copyright (C) 2002-2007 Feynman Software. Copyright (C) 1998-2002 Wei Yongming.
www.eeworm.com/read/308657/3712956

h static.h

/** * \file static.h * \author Wei Yongming * \date 2001/12/29 * \verbatim Copyright (C) 2002-2007 Feynman Software. Copyright (C) 1998-2002 Wei Yongming.
www.eeworm.com/read/308657/3712957

h toolbar.h

/** * \file toolbar.h * \author Wei Yongming * \date 2001/12/29 * \verbatim Copyright (C) 2002-2007 Feynman Software. Copyright (C) 1998-2002 Wei Yongming.
www.eeworm.com/read/308657/3712959

h listbox.h

/** * \file listbox.h * \author Wei Yongming * \date 2001/12/29 * \verbatim Copyright (C) 2002-2007 Feynman Software. Copyright (C) 1998-2002 Wei Yongming.
www.eeworm.com/read/303138/3815113

c dispbmp.c

/**************************************************************************** * 文件名:DispBmp.C * 功能:MiniGUI应用例子。 * 使用LoadBitmapFromMem装载一个BMP文件数据(内建资源),然后使用 * FillBoxWithBitmap在主窗口上显示该图片。 *
www.eeworm.com/read/288260/4008595

h list.h

#ifndef __LIST_H__ #define __LIST_H__ #include "../inc/sysconfig.h" #if USE_MINIGUI==0 #define OSListMemNum 1000 typedef struct typeList{ //系统控件的链表 struct typeList* pNextList; struct ty
www.eeworm.com/read/288260/4008625

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/288147/4009541

c dispbmp.c

/**************************************************************************** * 文件名:DispBmp.C * 功能:MiniGUI应用例子。 * 使用LoadBitmapFromMem装载一个BMP文件数据(内建资源),然后使用 * FillBoxWithBitmap在主窗口上显示该图片。 *