has_native


Description:

[ Version ( since = "2.22" ) ]
public bool has_native ()

Checks whether the window has a native window or not.

Note that you can use ensure_native if a native window is needed.

Parameters:

this

a Window

Returns:

true if the this has a native window, false otherwise.