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