About my projects, examples and tutorials
Gnome::Gdk4::GrabBrokenEvent

Gnome::Gdk4::GrabBrokenEvent

Description

An event related to a broken windowing system grab.

Class initialization

new

:native-object

Create an object using a native object from an object of the same type found elsewhere. See also Gnome::N::TopLevelSupportClass.

multi method new ( N-Object() :$native-object! )

Methods

get-grab-surface

Extracts the grab surface from a grab broken event.

method get-grab-surface (--> N-Object )

Return value; the grab surface of $event.

get-implicit

Checks whether the grab broken event is for an implicit grab.

method get-implicit (--> Bool )

Return value; True if the an implicit grab was broken.