MkObjectC - create and destroy a managed-object … More...
Functions | |
static OT_ProcRet | tclmkkernel_MkObjectC_Dispose (MkObjectC_ARGS) |
Tcl: → C-API Dispose-Slot - untie the connection between the Native-Tcl-Instance and the tclmkkernel-Instance. | |
static OT_ProcRet | tclmkkernel_MkObjectC_Delete (MkObjectC_ARGS) |
Tcl: → C-API Delete-Slot - delete an instance. | |
static OT_ProcRet | tclmkkernel_MkObjectC_DeleteCallbackCleanup (OtClass_ARGS) |
Tcl: → C-API cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup … | |
static OT_ProcRet | tclmkkernel_MkObjectC_DeleteCallbackSetup (OtClass_ARGS) |
Tcl: → C-API Create/Delete the instance-delete-callback … | |
MkObjectC - create and destroy a managed-object …
|
static |
Tcl:
→ C-API (destructor) $obj Delete
Delete-Slot - delete an instance.
Definition at line 957 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkObjectC DeleteCallbackCleanup ident:string
cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup …
Definition at line 973 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkObjectC DeleteCallbackSetup ident:string ?callback:callable="MK_NULL"? ?filter:string="MK_NULL"?
Create/Delete the instance-delete-callback …
Definition at line 989 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API (destructor) $obj Dispose
Dispose-Slot - untie the connection between the Native-Tcl-Instance and the tclmkkernel-Instance.
Definition at line 941 of file MkObjectC_tcl.c.