| Data Type | Member | Description |
|---|---|---|
| int | reason | Indicates why the callback was invoked. |
| XEvent * | event | Points to the XEvent that triggered the callback. |
| Boolean | doit | If set to False, cancels the operation on the Lithology object. |
| float | old_start_depth | Current starting depth. |
| float | old_end_depth | Current ending depth. |
| float | new_start_depth | Proposed starting depth. |
| float | new_end_depth | Proposed ending depth. |
Object XintCreateLithology (...)
| Widget | parent | Parent of new Lithology object. |
| char * | name | Name of new Lithology object. |
| ArgList | arglist | List of resource/value items. |
| Cardinal | argcount | Number of items in arglist. |
Boolean XintIsLithology (Object object)