| Data Type | Member | Description |
|---|---|---|
| int | reason | Indicates why the callback was invoked. |
| XEvent * | event | Points to the XEvent that triggered the callback. |
| Boolean | doit | Set to False to cancel the operation on the Marker object. |
| float | new_depth | Proposed depth. |
| float | old_depth | Current depth. |
Object XintCreateMarker (...)
| Data Type | Arg Name | Description |
|---|---|---|
| Widget | parent | Parent of new Marker object. |
| char * | name | Name of new Marker object. |
| ArgList | arglist | List of resource/value items. |
| Cardinal | argcount | Number of items in arglist. |
Boolean XintIsMarker (Object object)