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! )
Code

Methods§

get-grab-surface§

Extracts the grab surface from a grab broken event.

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

Return value; the grab surface of $event.

get-implicit§

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

method get-implicit (--> Bool )
Code

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