klyn.gui.windows.Window.applyNativeFrame
method
public native applyNativeFrame() as Void
Description

Applies the current frame value to the native window if it already exists.

Application code normally assigns window.frame directly. This method is exposed for advanced code that changes native state in batches and wants to resynchronize explicitly.

Example
window.frame = WindowFrame.NO_FRAME
window.applyNativeFrame()