代码搜索:MicroWindows
找到约 1,631 项符合「MicroWindows」的源代码
代码结果 1,631
www.eeworm.com/read/184688/5247057
makefile
#
# Copyright (C) Chris Johns (ccj@acm.org)
#
# Microwindows C++ Wrappers.
#
include $(CONFIG)
LIBNAME = libmwobjects.a
#LIBNAMESO = libmwobjects.so
ifeq ($(OBJFRAMEWORK), Y)
CXXOBJS += mwobjects.o
www.eeworm.com/read/184688/5247058
cc mwobjects.cc
/*
Copyright (C) Chris Johns (ccj@acm.org)
Microwindows C++ Wrappers.
*/
#include
#include
#include
#include
namespace MicroWindowsObjects
{
www.eeworm.com/read/184688/5247081
c listbox.c
/*
* Copyright (C) 1999, 2000, Wei Yongming.
* Portions Copyright (c) 2000 Greg Haerr
*
* Listbox for Microwindows win32 api.
*/
/*
** This library is free software; you can
www.eeworm.com/read/184688/5247087
c static.c
/*
* Copyright (C) 1999, 2000, Wei Yongming.
* Portions Copyright (c) 2000 Greg Haerr
*
* Static control for Microwindows win32 api.
*/
/*
** This library is free software; y
www.eeworm.com/read/184688/5247088
c scrlbar.c
/*
* Copyright (c) 2000 Greg Haerr
* Portions Copyright (c) 1999, 2000, Wei Yongming.
* jmt: scrollbar thumb ported
*
* Microwindows win32 Scrollbars control
*/
#include
www.eeworm.com/read/184688/5247090
c progbar.c
/*
* Copyright (C) 1999, 2000, Wei Yongming.
* Portions Copyright (c) 2000 Greg Haerr
*
* Progress bar for Microwindows win32 api.
*/
/*
** This library is free software; you
www.eeworm.com/read/184688/5247091
c edit.c
/*
* Copyright (C) 1999, 2000, Wei Yongming.
* Portions Copyright (c) 2000 Greg Haerr
*
* Edit control for Microwindows win32 api.
*/
/*
** This library is free software; you
www.eeworm.com/read/184688/5247258
c mine.c
#include
#include
#include
#include
/*
* Minesweeper for Microwindows, adapted from MiniGUI
*/
extern int mwCurrentButtons; /* FIXME */
#ifdef __rtems__
#d
www.eeworm.com/read/183118/5257925
makefile
#
# Copyright (C) Chris Johns (ccj@acm.org)
#
# Microwindows C++ Wrappers.
#
include $(CONFIG)
LIBNAME = libmwobjects.a
#LIBNAMESO = libmwobjects.so
ifeq ($(OBJFRAMEWORK), Y)
CXXOBJS += mwobjects.o
www.eeworm.com/read/183118/5257926
cc mwobjects.cc
/*
Copyright (C) Chris Johns (ccj@acm.org)
Microwindows C++ Wrappers.
*/
#include
#include
#include
#include
namespace MicroWindowsObjects
{