|
Functions |
long __CDECL | xobjc_libinit (APPENV *env) |
| initialisation of the library
|
void __CDECL | xobjc_udconfig (UDLIB_CONFIG *config, APPENV *env) |
| this function update the configuration
|
void __CDECL | xobjc_libexit (APPENV *env) |
| exit the library
|
long __CDECL | xobjc_extended (OBJECT *tree, long ob, long type, APPENV *env) |
| request for transformation of userdef objects
|
void __CDECL | xobjc_extfree (OBJECT *tree, long object, APPENV *env) |
| set a userdef object back to its original aspect.
|
char *__CDECL | xobjc_string (OBJECT *tree, long object, char *string, APPENV *env) |
| read/set the string pointer of a userdefined object.
|
long __CDECL | xobjc_char (OBJECT *tree, long object, long the_char, APPENV *env) |
| read/set the character of a userdefined object.
|
long __CDECL | xobjc_edit (OBJECT *tree, long object, long the_char, short *ob, long kind, long nclip, GRECT *gclip, APPENV *env) |
| similar to objc_edit(tree, ob, the_char, index, kind)
|
long __CDECL | xobjc_get_edpos (OBJECT *tree, long object, long x, long y, APPENV *env) |
| return the character of the editable object at (mouse) position x,y.
|
long __CDECL | xobjc_get_unextended (OBJECT *tree, long object, APPENV *env) |
| utility for ObjcDup()
|