mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
handle event-related functions manually
This commit is contained in:
parent
a0040132c3
commit
b80226d923
1 changed files with 9 additions and 6 deletions
|
@ -6,6 +6,14 @@
|
||||||
# StrVPrintF
|
# StrVPrintF
|
||||||
# StrPrintF
|
# StrPrintF
|
||||||
# TimSecondsToDateTime
|
# TimSecondsToDateTime
|
||||||
|
# SysHandleEvent
|
||||||
|
# EvtGetEvent
|
||||||
|
# FrmDispatchEvent
|
||||||
|
# MenuHandleEvent
|
||||||
|
# FrmSetEventHandler
|
||||||
|
# EvtAddEventToQueue
|
||||||
|
#
|
||||||
|
#################################################################
|
||||||
CtlEnabled
|
CtlEnabled
|
||||||
CtlGetLabel
|
CtlGetLabel
|
||||||
CtlGetValue
|
CtlGetValue
|
||||||
|
@ -34,8 +42,6 @@ DmReleaseResource
|
||||||
DmRemoveRecord
|
DmRemoveRecord
|
||||||
DmWrite
|
DmWrite
|
||||||
DmWriteCheck
|
DmWriteCheck
|
||||||
EvtAddEventToQueue
|
|
||||||
EvtGetEvent
|
|
||||||
EvtSysEventAvail
|
EvtSysEventAvail
|
||||||
ExgAccept
|
ExgAccept
|
||||||
ExgDBWrite
|
ExgDBWrite
|
||||||
|
@ -66,7 +72,6 @@ FntsWidth
|
||||||
FrmCloseAllForms
|
FrmCloseAllForms
|
||||||
FrmCustomAlert
|
FrmCustomAlert
|
||||||
FrmDeleteForm
|
FrmDeleteForm
|
||||||
FrmDispatchEvent
|
|
||||||
FrmDoDialog
|
FrmDoDialog
|
||||||
FrmDrawForm
|
FrmDrawForm
|
||||||
FrmGetActiveForm
|
FrmGetActiveForm
|
||||||
|
@ -90,7 +95,6 @@ FrmInitForm
|
||||||
FrmPopupForm
|
FrmPopupForm
|
||||||
FrmReturnToForm
|
FrmReturnToForm
|
||||||
FrmSetActiveForm
|
FrmSetActiveForm
|
||||||
FrmSetEventHandler
|
|
||||||
FrmSetFocus
|
FrmSetFocus
|
||||||
FrmSetGadgetData
|
FrmSetGadgetData
|
||||||
FrmSetObjectBounds
|
FrmSetObjectBounds
|
||||||
|
@ -124,7 +128,6 @@ MemPtrSize
|
||||||
MemPtrUnlock
|
MemPtrUnlock
|
||||||
MemSet
|
MemSet
|
||||||
MenuEraseStatus
|
MenuEraseStatus
|
||||||
MenuHandleEvent
|
|
||||||
PrefGetAppPreferences
|
PrefGetAppPreferences
|
||||||
PrefGetAppPreferencesV10
|
PrefGetAppPreferencesV10
|
||||||
PrefSetAppPreferences
|
PrefSetAppPreferences
|
||||||
|
@ -140,7 +143,6 @@ StrIToA
|
||||||
StrLen
|
StrLen
|
||||||
StrNCompare
|
StrNCompare
|
||||||
StrStr
|
StrStr
|
||||||
SysHandleEvent
|
|
||||||
SysLibFind
|
SysLibFind
|
||||||
SysLibLoad
|
SysLibLoad
|
||||||
SysNotifyRegister
|
SysNotifyRegister
|
||||||
|
@ -196,3 +198,4 @@ DmResizeRecord
|
||||||
VFSExportDatabaseToFile
|
VFSExportDatabaseToFile
|
||||||
VFSFileDelete
|
VFSFileDelete
|
||||||
DmSetDatabaseInfo
|
DmSetDatabaseInfo
|
||||||
|
DmGetLastErr
|
||||||
|
|
Loading…
Reference in a new issue