PreviousUpNext

15.3.714  src/lib/x-kit/widget/old/lib/run-in-x-window-old.api

## 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.pkg

stipulate
    package wg =  widget;                               # widget        is from   src/lib/x-kit/widget/old/basic/widget.pkg
herein

    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;


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext