home *** CD-ROM | disk | FTP | other *** search
EPOC OPL Source | 2001-10-19 | 634 b | 16 lines |
-
-
- rem FreEPOC.OXH version 1.10
- rem Header File for FreEPOC.OPX
- rem Copyright (c) 2000 A. Pemsel / FreEPOC - All rights reserved
- const KUidOpxFreEPOC&=&10005F7C
- const KOpxFreEPOCVersion%=$110
-
- DECLARE OPX FREEPOC,KUidOpxFreEPOC&,KOpxFreEPOCVersion%
- SetOrdinalPosition:(position&, priority&) : 1
- SoftReset: : 2
- DrawPolygon&:(aId&,aX&,aY&,aVectors&,aCount&,aPen&,aPwidth&,aBrush&,aWinding&) : 3
- END DECLARE
-
-
-