代码搜索:MicroWindows

找到约 1,631 项符合「MicroWindows」的源代码

代码结果 1,631
www.eeworm.com/read/235121/4654048

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/235121/4654188

c mine.c

#include #include #include #include /* * Minesweeper for Microwindows, adapted from MiniGUI */ extern int mwCurrentButtons; /* FIXME */ #ifdef __rtems__ #d
www.eeworm.com/read/234101/4662650

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/234101/4662651

cc mwobjects.cc

/* Copyright (C) Chris Johns (ccj@acm.org) Microwindows C++ Wrappers. */ #include #include #include #include namespace MicroWindowsObjects {
www.eeworm.com/read/234101/4662674

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/234101/4662680

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/234101/4662681

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/234101/4662683

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/234101/4662684

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/234101/4662851

c mine.c

#include #include #include #include /* * Minesweeper for Microwindows, adapted from MiniGUI */ extern int mwCurrentButtons; /* FIXME */ #ifdef __rtems__ #d