Widget.getNative

Returns the nearest gtk.native.Native ancestor of widget.

This function will return null if the widget is not contained inside a widget tree with a native ancestor.

gtk.native.Native widgets will return themselves here.

class Widget
getNative
()

Return Value

Type: gtk.native.Native

the gtk.native.Native ancestor of widget