AsuaCtl: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
AsuaCtl is a library that contains additional window controls for OS/2. | |||
AsuaCtl is a library that | |||
== | ==Functions== | ||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | |||
* | * 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 | |||
</div> | |||
==License== | ==License== | ||
* GNU GPL V2 | * GNU GPL V2 | ||
* Authors: | |||
** Wojciech Gazda | |||
** Przemysław Dobrowolski | |||
==Links== | |||
* [asuctl10.zip] Version 1.0 | |||
* [https://github.com/OS2World/LIB-PM-AsuaCtl Source code at GitHub] | |||
[[Category:C Libraries]] | |||
[[Category: |
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
- [asuctl10.zip] Version 1.0
- Source code at GitHub