Jump to content

PM++: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Description==
'''PM++''' is a copyleft alike open source library for OS/2 [[Presentation Manager]]. It is a freeware class library that encapsulates some of the OS/2 Presentation Manager API calls.
PM++ is a copyleft alike open source library for OS/2 [[Presentation Manager]]. It is a freeware class library that encapsulates some of the OS/2 Presentation Manager API calls.


==Download==
==Classes==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/pm&file=os2cl016.zip Package - 1996/05/05]
* [https://github.com/OS2World/LIB-PM-PM-Plus-Plus Github Source Code]
 
==License==
* Copyleft alike. Changes to the source code should be shared.
 
==Functions==
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
===Classes===
*[[PMPaintThread]]
*[[PMPaintThread]]
*BG_PaintWin
*BG_PaintWin


==Functions==
===pmdlg Functions===
===pmdlg Functions===
*[[PMControl]]
*[[PMControl]]
Line 106: Line 97:
* PMEventSemaphore
* PMEventSemaphore
* PMEvent  
* PMEvent  
==Links==
* [os2cl016.zip] (1996-05-05)
==License==
* Copyleft alike. Changes to the source code should be shared.


[[Category:C++ Class Libraries]]
[[Category:C++ Class Libraries]]

Latest revision as of 01:18, 5 October 2023

PM++ is a copyleft alike open source library for OS/2 Presentation Manager. It is a freeware class library that encapsulates some of the OS/2 Presentation Manager API calls.

Classes

Functions

pmdlg Functions

  • PMControl
  • PMButton
  • PMRadioButtonGroup
  • PMCheckBox
  • PMEntryField
  • PMMultiLineEdit
  • PMListBox
  • PMValueSet
  • PMSpinButton
  • PMScrollBar
  • PMDialog
  • PMModalDialog
  • PMFontDialog
  • PMFileDialog

pmgpi Functions

pmhelp Functions

  • PMHelpWin

pmsys Functions

pmwin Functions

provadlg Functions

  • PMPrintThread

Functions By Hierarchy

  • PMWin
    • PMControl
      • PMButton
        • PMRadioButtonGroup
        • PMCheckBox
      • PMEntryField
      • PMMultiLineEdit
      • PMValueSet
      • PMSpinButton
      • PMListBox
      • PMScrollBar
        • PMVertScrollBar
        • PMHorizScrollBar
    • PMDialog
      • PMModalDialog
        • PMModelessDialog
      • PMFontDialog
      • PMFileDialog
    • PMHelpWin
    • PMMainWin
    • PMSubclassWin
  • PMMenu
  • PMSystemMenu
  • PMPopupMenu
  • PMPointer
  • PMLogFont
  • PMDeviceContext
    • PMMemoryDC
    • PMPrinterDC
  • PMPresSpace
    • PMWindowPresSpace
    • PMMicroCachedPresSpace
  • PMAnchorBlock
  • PMMessageQueue
  • PMApp
  • PMIniProfile
    • PMSystemProfile
    • PMUserProfile
  • PMThread
    • PMWindowThread
  • PMEventSemaphore
  • PMEvent

Links

  • [os2cl016.zip] (1996-05-05)

License

  • Copyleft alike. Changes to the source code should be shared.