Jump to content

PM++: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(14 intermediate revisions by 2 users 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]
*[[PMPaintThread]]
* [https://github.com/OS2World/LIB-PM-PM-Plus-Plus Github Source Code]
*BG_PaintWin
 
==License==
* Copyleft alike. Changes to the source code should be shared.


==Functions==
==Functions==
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
===Classes===
* [[OS2_API:PM++:PMPaintThread|PMPaintThread]]
* [[OS2_API:PM++:BG_PaintWin|BG_PaintWin]]
===pmdlg Functions===
===pmdlg Functions===
* [[OS2_API:PM++:PMControl|PMControl]]
*[[PMControl]]
* [[OS2_API:PM++:PMButton|PMButton]]
*PMButton
* [[OS2_API:PM++:PMRadioButtonGroup|PMRadioButtonGroup]]
*PMRadioButtonGroup
* [[OS2_API:PM++:PMCheckBox|PMCheckBox]]
*PMCheckBox
* [[OS2_API:PM++:PMEntryField|PMEntryField]]
*PMEntryField
* [[OS2_API:PM++:PMMultiLineEdit|PMMultiLineEdit]]
*PMMultiLineEdit
* [[OS2_API:PM++:PMListBox|PMListBox]]
*PMListBox
* [[OS2_API:PM++:PMValueSet|PMValueSet]]
*PMValueSet
* [[OS2_API:PM++:PMSpinButton|PMSpinButton]]
*PMSpinButton
* [[OS2_API:PM++:PMScrollBar|PMScrollBar]]
*PMScrollBar
* [[OS2_API:PM++:PMDialog|PMDialog]]
*PMDialog
* [[OS2_API:PM++:PMModalDialog|PMModalDialog]]
*PMModalDialog
* [[OS2_API:PM++:PMFontDialog|PMFontDialog]]
*PMFontDialog
* [[OS2_API:PM++:PMFileDialog|PMFileDialog]]
*PMFileDialog


===pmgpi Functions===
===pmgpi Functions===
* [[OS2_API:PM++:PMLogFont|PMLogFont]]
*PMLogFont
* [[OS2_API:PM++:PMMenu|PMMenu]]
*[[PMRect]]
* [[OS2_API:PM++:PMRect|PMRect]]
*[[PMPointer]]
* [[OS2_API:PM++:PMPointer|PMPointer]]
*[[PMPresSpace]]
* [[OS2_API:PM++:PMPresSpace|PMPresSpace]]
*[[PMDeviceContext]]
* [[OS2_API:PM++:PMDeviceContext|PMDeviceContext]]
*[[PMMemoryDC]]
* [[OS2_API:PM++:PMMemoryDC|PMMemoryDC]]
*[[PMPrinterDC]]
* [[OS2_API:PM++:PMPrinterDC|PMPrinterDC]]


===pmhelp Functions===
===pmhelp Functions===
* [[OS2_API:PM++:PMHelpWin|PMHelpWin]]
*PMHelpWin


===pmsys Functions===
===pmsys Functions===
* [[OS2_API:PM++:PMMessageQueue|PMMessageQueue]]
*[[PMMessageQueue]]
* [[OS2_API:PM++:PMApp|PMApp]]
*[[PMApp]]
* [[OS2_API:PM++:PMIniProfile|PMIniProfile]]
*[[PMIniProfile]]
* [[OS2_API:PM++:PMThread|PMThread]]
*[[PMThread]]
* [[OS2_API:PM++:PMEventSemaphore|PMEventSemaphore]]
*PMEventSemaphore


===pmwin Functions===
===pmwin Functions===
* [[OS2_API:PM++:PMEvent|PMEvent]]
*[[PMEvent]]
* [[OS2_API:PM++:PMWin|PMWin]]
*[[PMWin]]
* [[OS2_API:PM++:PMMainWin|PMMainWin]]
*PMMainWin
* [[OS2_API:PM++:PMSubclassWin|PMSubclassWin]]
*[[PMSubclassWin]]
* [[OS2_API:PM++:PMMenu|PMMenu]]
*[[PMMenu]]
* [[OS2_API:PM++:PMSystemMenu|PMSystemMenu]]
*PMSystemMenu
* [[OS2_API:PM++:PMPopupMenu|PMPopupMenu]]
*PMPopupMenu


===provadlg Functions===
===provadlg Functions===
* [[OS2_API:PM++:PMPrintThread|PMPrintThread]]
*PMPrintThread
</div>
</div>


[[Category:The_OS/2_API_Project]]
==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.
 
[[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.