代码搜索结果
找到约 10,000 项符合
H 的代码
windows.h
#ifndef _WINDOWS_H
#define _WINDOWS_H
/* windows.h*/
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Microwindows Win32 API master public header file
*/
#ifdef __cplusplus
extern "
wingdi.h
/* wingdi.h*/
/*
* Copyright (c) 1999,2000 Greg Haerr
*
* Win32 GDI structures and API
*/
/* portable coordinate definition*/
typedef MWCOORD GDICOORD;
/* inherit RECT and POI
ntextfield.h
/*
* NanoWidgets v0.1
* (C) 1999 Screen Media AS
*
* Written by Vidar Hokstad
*
* Contains code from The Nano Toolkit,
* (C) 1999 by Alexander Peuchert.
*
*/
#ifndef __NTEXTFIELD_H
#define
nwidget.h
/*
* NanoWidgets v0.1
* (C) 1999 Screen Media AS
*
* Written by Vidar Hokstad
*
* Contains code from The Nano Toolkit,
* (C) 1999 by Alexander Peuchert.
*
* In theory, only the widget clas
winctl.h
/* winctl.h*/
/*
* Header file for builtin controls
* This currently includes button, progressbar, listbox, edit
*/
/* entry points*/
int WINAPI MwRegisterButtonControl(HINSTANCE hInstance);
int W
mwtypes.h
#ifndef _MWTYPES_H
#define _MWTYPES_H
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Exported Microwindows engine typedefs and defines
*/
/* builtin font std names*/
#define MWFO
nwidgets.h
/*
* Provided as a convenience to include all of the header files
* needed for NanoWidgets at once.
*/
#ifndef __NWIDGETS_H
#define __NWIDGETS_H
#define MWINCLUDECOLORS
#include
#incl
datapsar.h
s32 sizeDataPsar = 0;
u8 *bufferDataPsar = dummy;
wintern.h
/* wintern.h*/
/*
* Copyright (c) 1999 Greg Haerr
*
* Microwindows internal routines header file
*/
#include
#if (UNIX | DOS_DJGPP)
#define strcmpi strcasecmp
#elif
mwobjects.h
/*
Copyright (C) Chris Johns (ccj@acm.org)
MicroWindows C++ Wrappers.
*/
#if !defined (_MWOBJECTS_H_)
#define _MWOBJECTS_H_
extern "C"
{
#include "windows.h"
#include "wintern.h"
#include