The functions in the Xt library that have a widget argument are all turned into widget methods. The functions in the Xt library that have a widget class argument have been turned into widget_class methods. The remaining functions are given here.
The Xt module defines the following functions and variables:
cbfunc, cbarg) |
action_id
.
This function corresponds with XtAppAddActionHook.
argdict) |
source, condition, proc, client_data) |
input_id
.
This function corresponds with XtAddInput.
interval, proc, client_data) |
interval_id
.
This function corresponds with XtAddTimeOut.
proc, client_data) |
workproc_id
.
This function corresponds with XtAddWorkProc.
app_class, option_list, fallback_resource_list, argdict) |
widget
.
This function corresponds with XtAppInitialize.
application_name, widget_class, argdict) |
widget
.
This function corresponds with XtCreateApplicationShell.
event) |
success
.
This function corresponds with XtDispatchEvent.
) |
timeout
.
This function corresponds with XtGetSelectionTimeout.
[classname, option_list, argv]) |
widget
.
This function corresponds with XtInitialize.
) |
widget_list) |
) |
event
.
This function corresponds with XtNextEvent.
[display, appname, classname, option_list, argv]) |
display_object
.
This function corresponds with XtOpenDisplay.
table) |
translation_object
.
This function corresponds with XtParseTranslationTable.
) |
event
or None
.
This function corresponds with XtPeekEvent.
) |
mask
.
This function corresponds with XtPending.
mask) |
action_id) |
input_id) |
interval_id) |
workproc_id) |
resource_list) |
timeout) |
) |