Package org.eclipse.swt.internal
Class SyncDialogUtil
- java.lang.Object
-
- org.eclipse.swt.internal.SyncDialogUtil
-
public class SyncDialogUtil extends java.lang.ObjectThis 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 Summary
Constructors Constructor Description SyncDialogUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intrun(Display display, long handle, boolean isNativeDialog)A blocking call that waits for the handling of the signal before returning
-
-
-
Method Detail
-
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
-
-