Jump to content

PMSubclassWin: Difference between revisions

From EDM2
Created page with "==Description== The PMSubclassWin class is a special window class that permits to create PMWindow objects for subclassed windows via the WinSubclassWindow..."
 
No edit summary
Line 1: Line 1:
==Description==
==Description==
The PMSubclassWin class is  a  special  window class that permits to create  PMWindow  objects  for    subclassed    windows    via    the WinSubclassWindow.  The  only  difference  from the normal PMWin is the constructor and the createWin function, while all the other parts of the PMWin class work just as usual.
The PMSubclassWin class is  a  special  window class that permits to create  PMWindow  objects  for    subclassed    windows    via    the WinSubclassWindow.  The  only  difference  from the normal PMWin is the constructor and the createWin function, while all the other parts of the PMWin class work just as usual.
[[Category:The OS/2 API Project]]

Revision as of 03:09, 3 December 2015

Description

The PMSubclassWin class is a special window class that permits to create PMWindow objects for subclassed windows via the WinSubclassWindow. The only difference from the normal PMWin is the constructor and the createWin function, while all the other parts of the PMWin class work just as usual.