[ CCode ( cname = "gimp_dialog_get_native_handle" ) ]
[ Version ( since = "3.0" ) ]
public unowned Bytes get_native_handle ()
Returns an opaque data handle representing the window in the currently running platform.
You should not try to use this directly. Usually this is to be used in functions such as [func@Gimp.brushes_popup] which will allow the core process to set this [class@Dialog] as parent to the newly created popup.
| this |
The Dialog |
|
an opaque [struct@GLib.Bytes] identifying this window. |