Difference between revisions of "Graphics Programming Interface"

From EDM2
Jump to: navigation, search
(Created page with "* List of GPI Functions ==Articles== * Disabling a Window (Rectangle) ==Publications== * IBM OS/2 Technical Library: ''OS/2 2.0 Presentation Manager Graphics Program...")
 
m
 
Line 1: Line 1:
* List of [[GPI Functions]]
+
Graphics Programming Interface (GPI) includes powerful drawing functions for OS/2 [[Presentation Manager]] applications.
 +
 
 +
See also: [[GPI Functions]]
 +
 
 +
==Files==
 +
{|class="wikitable"
 +
!Name||Comments
 +
|-
 +
|[[PMGPI.DLL]]||PM graphics programming interface dynamic link library
 +
|}
  
 
==Articles==
 
==Articles==
 +
* [[Advanced GPI: Retained Segments and Transformations]]
 
* [[Disabling a Window (Rectangle)]]
 
* [[Disabling a Window (Rectangle)]]
 +
* [[Gearing Up For Games]]
  
 
==Publications==
 
==Publications==
Line 9: Line 20:
 
* Graham C.E. Winn: ''OS/2 Presentation Manager GPI'', 2nd Edition - Van Nostrand Reinhold 1994, ISBN 0-442-01939-4
 
* Graham C.E. Winn: ''OS/2 Presentation Manager GPI'', 2nd Edition - Van Nostrand Reinhold 1994, ISBN 0-442-01939-4
 
* Stephen A. Knight; Jeffrey Ryan: ''Programming the OS/2 Warp Advanced Graphics GPI'' - Wiley 1995, ISBN 0-471-10718-2
 
* Stephen A. Knight; Jeffrey Ryan: ''Programming the OS/2 Warp Advanced Graphics GPI'' - Wiley 1995, ISBN 0-471-10718-2
 +
 +
==Links==
 +
;Online Books
 +
*GPI Guide and Reference ([https://archive.org/download/ToolkitDocs1/GPI%20Guide%20and%20Reference%201.inf GPI1.INF], [https://archive.org/download/ToolkitDocs1/GPI%20Guide%20and%20Reference%202.inf GPI2.INF], [https://archive.org/download/ToolkitDocs1/GPI%20Guide%20and%20Reference%203.inf GPI3.INF], [https://archive.org/download/ToolkitDocs1/GPI%20Guide%20and%20Reference%204.inf GPI4.INF])
  
 
[[Category:Presentation Manager]]
 
[[Category:Presentation Manager]]

Latest revision as of 22:11, 23 May 2020

Graphics Programming Interface (GPI) includes powerful drawing functions for OS/2 Presentation Manager applications.

See also: GPI Functions

Files

Name Comments
PMGPI.DLL PM graphics programming interface dynamic link library

Articles

Publications

  • IBM OS/2 Technical Library: OS/2 2.0 Presentation Manager Graphics Programming Guide - Que 1992, ISBN 1-56529-156-9
  • Graham C.E. Winn: OS/2 2.0 Presentation Manager GPI: A Programming Guide to Text, Graphics, and Printing - Van Nostrand Reinhold 1992, ISBN 0-442-00739-6
  • Graham C.E. Winn: OS/2 Presentation Manager GPI, 2nd Edition - Van Nostrand Reinhold 1994, ISBN 0-442-01939-4
  • Stephen A. Knight; Jeffrey Ryan: Programming the OS/2 Warp Advanced Graphics GPI - Wiley 1995, ISBN 0-471-10718-2

Links

Online Books