Jump to content

AsuaCtl: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
AsuaCtl is a library that contains additional window controls for OS/2.
AsuaCtl is a library that updates the standards controls for OS/2.
 
==Download==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/pm&file=asuctl10.zip Version 1.0]
* [https://github.com/OS2World/LIB-PM-AsuaCtl Source code at GitHub]
 
==License==
* GNU GPL V2


==Functions==
==Functions==
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
* AsuQueryCtlInfo
* AsuQueryCtlInfo
* AsuCtlInitialize
* AsuCtlInitialize
Line 31: Line 24:
* CrrQueryControl
* CrrQueryControl
* CrrQueryClientArea
* CrrQueryClientArea
* CrrQueryEndMargin
* FrameOnlyDrag
* FullWindowDrag
* InvalidateParent
* PlaceRotateButton
* PlaceTitleBar
* StoreOffset
* UpdateBeforeDrag
</div>


* [[OS2_API:WC_STATUS|WC_STATUS]]
==License==
* [[OS2_API:WC_STATUS_STYLE|WC_STATUS_STYLE]]
* GNU GPL V2
* [[OS2_API:WC_STATUS_STDCOLOR|WC_STATUS_STDCOLOR]]
* Authors:
* [[OS2_API:WC_STATUS_NOTIFY|WC_STATUS_NOTIFY]]
** Wojciech Gazda
* [[OS2_API:WM_CONTROL|WM_CONTROL]]
** Przemysław Dobrowolski


==Authors==
==Links==
* Wojciech Gazda
* [asuctl10.zip] Version 1.0
* Przemyslaw Dobrowlski
* [https://github.com/OS2World/LIB-PM-AsuaCtl Source code at GitHub]


[[Category:The OS/2 API Project]]
[[Category:C Libraries]]

Latest revision as of 02:18, 7 May 2023

AsuaCtl is a library that contains additional window controls for OS/2.

Functions

  • AsuQueryCtlInfo
  • AsuCtlInitialize
  • AsuGetComponentVersion
  • AsuGetVersion
  • AsuRcsToLong
  • AsuLogPMError
  • AsuLogPMError
  • CrrCalcNewRect
  • CrrInitialize
  • CrrMinMaxFrame
  • CrrMoveWithOwner
  • CrrPlaceControls
  • CrrQueryHeight
  • CrrQueryInterior
  • CrrQueryWidth
  • CrrRedrawBorder
  • CrrRotate
  • CrrTrackRect
  • CrrQueryBorder
  • CrrQueryControl
  • CrrQueryClientArea
  • CrrQueryEndMargin
  • FrameOnlyDrag
  • FullWindowDrag
  • InvalidateParent
  • PlaceRotateButton
  • PlaceTitleBar
  • StoreOffset
  • UpdateBeforeDrag

License

  • GNU GPL V2
  • Authors:
    • Wojciech Gazda
    • Przemysław Dobrowolski

Links