Class SyncDialogUtil

java.lang.Object
org.eclipse.swt.internal.SyncDialogUtil

public class SyncDialogUtil extends Object
This class is an internal use utilities class introduced during the port from GTK3 to GTK4. This class transforms a non-blocking show dialog call to a blocking call. See bug 567371 for more information and where this is applied.
  • Constructor Details

    • SyncDialogUtil

      public SyncDialogUtil()
  • Method Details

    • run

      public static int run(Display display, long handle, boolean isNativeDialog)
      A blocking call that waits for the handling of the signal before returning
      Returns:
      the response_id from the dialog presented to the user