Next: Widget Class object
Prev: Xt
Up: Xt
Top: Top
3.1. Xt functions and variables
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 module defines the following functions and variables:
- AddInput (source, condition, proc, client_data) -- function of module Xt
-
Returns
input_id
.
This function corresponds with XtAddInput
.
- AddTimeOut (interval, proc, client_data) -- function of module Xt
-
Returns
interval_id
.
This function corresponds with XtAddTimeOut
.
- AddWorkProc (proc, client_data) -- function of module Xt
-
Returns
workproc_id
.
This function corresponds with XtAddWorkProc
.
- ApplicationShell -- data of module Xt
-
Widget class object.
- Composite -- data of module Xt
-
Widget class object.
- Constraint -- data of module Xt
-
Widget class object.
- CreateApplicationShell (application_name, widget_class, argdict) -- function of module Xt
-
Returns
widget
.
This function corresponds with XtCreateApplicationShell
.
- DispatchEvent (event) -- function of module Xt
-
Returns
None
.
This function corresponds with XtDispatchEvent
.
- Error -- exception of module Xt
-
Exception generated by functions in this module.
- Initialize ([classname, option_list, argv]) -- function of module Xt
-
Returns
widget
.
This function corresponds with XtInitialize
.
- MainLoop () -- function of module Xt
-
Returns
None
.
This function corresponds with XtMainLoop
.
- ManageChildren (widget_list) -- function of module Xt
-
Returns
None
.
This function corresponds with XtManageChildren
.
- NextEvent () -- function of module Xt
-
Returns
event
.
This function corresponds with XtNextEvent
.
- OpenDisplay ([display, appname, classname, option_list, argv]) -- function of module Xt
-
Returns
display_object
.
This function corresponds with XtOpenDisplay
.
- OverrideShell -- data of module Xt
-
Widget class object.
- PeekEvent () -- function of module Xt
-
Returns
event
.
This function corresponds with XtPeekEvent
.
- Pending () -- function of module Xt
-
Returns
mask
.
This function corresponds with XtPending
.
- ProcessEvent (mask) -- function of module Xt
-
Returns
None
.
This function corresponds with XtProcessEvent
.
- RemoveInput (input_id) -- function of module Xt
-
Returns
None
.
This function corresponds with XtRemoveInput
.
- RemoveTimeOut (interval_id) -- function of module Xt
-
Returns
None
.
This function corresponds with XtRemoveTimeOut
.
- RemoveWorkProc (workproc_id) -- function of module Xt
-
Returns
None
.
This function corresponds with XtRemoveWorkProc
.
- Shell -- data of module Xt
-
Widget class object.
- ToolkitInitialize () -- function of module Xt
-
Returns
None
.
This function corresponds with XtToolkitInitialize
.
- TopLevelShell -- data of module Xt
-
Widget class object.
- TransientShell -- data of module Xt
-
Widget class object.
- VendorShell -- data of module Xt
-
Widget class object.
- WMShell -- data of module Xt
-
Widget class object.