mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
first checked in. Enough to compile the whole app, though many will
be commented out as they turn out to require manual implementations.
This commit is contained in:
parent
aa55e169cc
commit
98dd6c21ce
1 changed files with 198 additions and 0 deletions
198
palm/funcfile.txt
Normal file
198
palm/funcfile.txt
Normal file
|
@ -0,0 +1,198 @@
|
||||||
|
# PalmOS functions listed here will have PACE-interface bodies
|
||||||
|
# generated for them. For most, that's enough. Some will require
|
||||||
|
# manual work beyond that.
|
||||||
|
#
|
||||||
|
# Just to have a record, list the ones that must be hand-coded here.
|
||||||
|
# StrVPrintF
|
||||||
|
# StrPrintF
|
||||||
|
# TimSecondsToDateTime
|
||||||
|
CtlEnabled
|
||||||
|
CtlGetLabel
|
||||||
|
CtlGetValue
|
||||||
|
CtlSetEnabled
|
||||||
|
CtlSetLabel
|
||||||
|
CtlSetValue
|
||||||
|
DateToAscii
|
||||||
|
DmCloseDatabase
|
||||||
|
DmCreateDatabase
|
||||||
|
DmDatabaseInfo
|
||||||
|
DmDeleteDatabase
|
||||||
|
DmFindDatabase
|
||||||
|
DmFindResource
|
||||||
|
DmFindResourceType
|
||||||
|
DmGetNextDatabaseByTypeCreator
|
||||||
|
DmGetRecord
|
||||||
|
DmGetResource
|
||||||
|
DmGetResourceIndex
|
||||||
|
DmNewRecord
|
||||||
|
DmNewResource
|
||||||
|
DmNumRecords
|
||||||
|
DmOpenDatabase
|
||||||
|
DmQueryRecord
|
||||||
|
DmReleaseRecord
|
||||||
|
DmReleaseResource
|
||||||
|
DmRemoveRecord
|
||||||
|
DmWrite
|
||||||
|
DmWriteCheck
|
||||||
|
EvtAddEventToQueue
|
||||||
|
EvtGetEvent
|
||||||
|
EvtSysEventAvail
|
||||||
|
ExgAccept
|
||||||
|
ExgDBWrite
|
||||||
|
ExgDisconnect
|
||||||
|
ExgPut
|
||||||
|
ExgReceive
|
||||||
|
ExgRegisterData
|
||||||
|
ExgSend
|
||||||
|
FldCalcFieldHeight
|
||||||
|
FldCopy
|
||||||
|
FldDrawField
|
||||||
|
FldGetAttributes
|
||||||
|
FldGetScrollValues
|
||||||
|
FldGetTextLength
|
||||||
|
FldGetTextPtr
|
||||||
|
FldInsert
|
||||||
|
FldRecalculateField
|
||||||
|
FldScrollField
|
||||||
|
FldScrollable
|
||||||
|
FldSetAttributes
|
||||||
|
FldSetSelection
|
||||||
|
FldSetTextPtr
|
||||||
|
FntCharsWidth
|
||||||
|
FntGetFont
|
||||||
|
FntLineHeight
|
||||||
|
FntSetFont
|
||||||
|
FntsWidth
|
||||||
|
FrmCloseAllForms
|
||||||
|
FrmCustomAlert
|
||||||
|
FrmDeleteForm
|
||||||
|
FrmDispatchEvent
|
||||||
|
FrmDoDialog
|
||||||
|
FrmDrawForm
|
||||||
|
FrmGetActiveForm
|
||||||
|
FrmGetActiveFormID
|
||||||
|
FrmGetFirstForm
|
||||||
|
FrmGetFocus
|
||||||
|
FrmGetFormBounds
|
||||||
|
FrmGetFormPtr
|
||||||
|
FrmGetGadgetData
|
||||||
|
FrmGetNumberOfObjects
|
||||||
|
FrmGetObjectBounds
|
||||||
|
FrmGetObjectId
|
||||||
|
FrmGetObjectIndex
|
||||||
|
FrmGetObjectPosition
|
||||||
|
FrmGetObjectPtr
|
||||||
|
FrmGetObjectType
|
||||||
|
FrmGetWindowHandle
|
||||||
|
FrmGotoForm
|
||||||
|
FrmHideObject
|
||||||
|
FrmInitForm
|
||||||
|
FrmPopupForm
|
||||||
|
FrmReturnToForm
|
||||||
|
FrmSetActiveForm
|
||||||
|
FrmSetEventHandler
|
||||||
|
FrmSetFocus
|
||||||
|
FrmSetGadgetData
|
||||||
|
FrmSetObjectBounds
|
||||||
|
FrmSetObjectPosition
|
||||||
|
FrmSetTitle
|
||||||
|
FrmShowObject
|
||||||
|
FrmUpdateForm
|
||||||
|
FtrGet
|
||||||
|
GrfSetState
|
||||||
|
LstDrawList
|
||||||
|
LstEraseList
|
||||||
|
LstGetNumberOfItems
|
||||||
|
LstGetSelection
|
||||||
|
LstGetSelectionText
|
||||||
|
LstMakeItemVisible
|
||||||
|
LstPopupList
|
||||||
|
LstSetDrawFunction
|
||||||
|
LstSetHeight
|
||||||
|
LstSetListChoices
|
||||||
|
LstSetSelection
|
||||||
|
MemChunkFree
|
||||||
|
MemHandleLock
|
||||||
|
MemHandleLockCount
|
||||||
|
MemHandleResize
|
||||||
|
MemHandleSize
|
||||||
|
MemHandleUnlock
|
||||||
|
MemMove
|
||||||
|
MemPtrNew
|
||||||
|
MemPtrRecoverHandle
|
||||||
|
MemPtrSize
|
||||||
|
MemPtrUnlock
|
||||||
|
MemSet
|
||||||
|
MenuEraseStatus
|
||||||
|
MenuHandleEvent
|
||||||
|
PrefGetAppPreferences
|
||||||
|
PrefGetAppPreferencesV10
|
||||||
|
PrefSetAppPreferences
|
||||||
|
RctGetIntersection
|
||||||
|
RctPtInRectangle
|
||||||
|
SclSetScrollBar
|
||||||
|
SndPlaySystemSound
|
||||||
|
StrAToI
|
||||||
|
StrCat
|
||||||
|
StrCompare
|
||||||
|
StrCopy
|
||||||
|
StrIToA
|
||||||
|
StrLen
|
||||||
|
StrNCompare
|
||||||
|
StrStr
|
||||||
|
SysHandleEvent
|
||||||
|
SysLibFind
|
||||||
|
SysLibLoad
|
||||||
|
SysNotifyRegister
|
||||||
|
SysNotifyUnregister
|
||||||
|
SysRandom
|
||||||
|
SysTicksPerSecond
|
||||||
|
TimGetSeconds
|
||||||
|
TimGetTicks
|
||||||
|
TimeToAscii
|
||||||
|
VFSDirEntryEnumerate
|
||||||
|
VFSFileClose
|
||||||
|
VFSFileDBInfo
|
||||||
|
VFSFileOpen
|
||||||
|
VFSGetDefaultDirectory
|
||||||
|
VFSImportDatabaseFromFile
|
||||||
|
VFSVolumeEnumerate
|
||||||
|
WinCopyRectangle
|
||||||
|
WinCreateOffscreenWindow
|
||||||
|
WinDeleteWindow
|
||||||
|
WinDrawBitmap
|
||||||
|
WinDrawChars
|
||||||
|
WinDrawLine
|
||||||
|
WinDrawPixel
|
||||||
|
WinDrawRectangle
|
||||||
|
WinDrawRectangleFrame
|
||||||
|
WinEraseRectangle
|
||||||
|
WinEraseRectangleFrame
|
||||||
|
WinEraseWindow
|
||||||
|
WinFillRectangle
|
||||||
|
WinGetClip
|
||||||
|
WinGetDrawWindowBounds
|
||||||
|
WinInvertRectangle
|
||||||
|
WinPopDrawState
|
||||||
|
WinPushDrawState
|
||||||
|
WinRGBToIndex
|
||||||
|
WinRestoreBits
|
||||||
|
WinSaveBits
|
||||||
|
WinScreenMode
|
||||||
|
WinScrollRectangle
|
||||||
|
WinSetBackColor
|
||||||
|
WinSetBounds
|
||||||
|
WinSetClip
|
||||||
|
WinSetDrawWindow
|
||||||
|
WinSetForeColor
|
||||||
|
WinSetPattern
|
||||||
|
WinSetTextColor
|
||||||
|
memcpy
|
||||||
|
WinEraseLine
|
||||||
|
SclDrawScrollBar
|
||||||
|
DmNumRecordsInCategory
|
||||||
|
DmSeekRecordInCategory
|
||||||
|
DmResizeRecord
|
||||||
|
VFSExportDatabaseToFile
|
||||||
|
VFSFileDelete
|
||||||
|
DmSetDatabaseInfo
|
Loading…
Reference in a new issue