enum Gtk::PropagationLimit

Overview

Describes limits of a #EventController for handling events targeting other widgets.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/gtk.cr

Enum Members

None = 0_u32

Events are handled regardless of what their target is.

SameNative = 1_u32

Events are only handled if their target is in the same #Native as the event controllers widget. Note that some event types have two targets (origin and destination).

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def none? #

[View source]
def same_native? #

[View source]