Graphics Programming Interface: Difference between revisions
Appearance
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..." |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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]] | |||
* November 1996. INF [https://archive.org/download/ToolkitDocs1/GPI%20Guide%20and%20Reference%201.inf Part 1] [https://archive.org/download/ToolkitDocs1/GPI%20Guide%20and%20Reference%202.inf Part 2] [https://archive.org/download/ToolkitDocs1/GPI%20Guide%20and%20Reference%203.inf Part 3] [https://archive.org/download/ToolkitDocs1/GPI%20Guide%20and%20Reference%204.inf Part 4]. [https://ia801309.us.archive.org/32/items/ToolkitDocs1/GPI%20Guide%20and%20Reference%20.pdf PDF] | |||
* November 1996. Webbook [https://komh.github.io/os2books/os2tk45/gpi1 Part 1] [https://komh.github.io/os2books/os2tk45/gpi2 Part 2] [https://komh.github.io/os2books/os2tk45/gpi3 Part 3] [https://komh.github.io/os2books/os2tk45/gpi4 Part 4] | |||
[[Category:Presentation Manager]] | [[Category:Presentation Manager]] |
Latest revision as of 03:05, 7 April 2025
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
- Advanced GPI: Retained Segments and Transformations
- Disabling a Window (Rectangle)
- Gearing Up For Games
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
- GPI Guide and Reference