## run-in-x-window-old.api
#
# This package provides a higher-level interface to invoking X applications.
# Users may set the shell variable "DISPLAY" to specify the display connection.
# Compiled by:
#
src/lib/x-kit/widget/xkit-widget.sublib# This api is implemented in:
#
#
src/lib/x-kit/widget/old/lib/run-in-x-window-old.pkgstipulate
package wg = widget; # widget is from
src/lib/x-kit/widget/old/basic/widget.pkgherein
api Run_In_X_Window_Old {
#
run_in_x_window_old: (wg::Root_Window -> Void) -> Void;
Run_In_X_Window_Old_Options
#
= DISPLAY String # Connect to this display. String is as in DISPLAY environment var: "127.0.0.1:0.0" or such. Value of "" will be ignored.
;
run_in_x_window_old': (wg::Root_Window -> Void) -> List( Run_In_X_Window_Old_Options ) -> Void;
};
end;