Class SyncDialogUtil
java.lang.Object
org.eclipse.swt.internal.SyncDialogUtil
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
SyncDialogUtil
public SyncDialogUtil()
-
-
Method Details
-
run
A blocking call that waits for the handling of the signal before returning- Returns:
- the response_id from the dialog presented to the user
-