enum Gdk::TitlebarGesture

Overview

The kind of title bar gesture to emit with Gdk::Toplevel#titlebar_gesture.

Defined in:

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

Enum Members

DoubleClick = 1_u32

double click gesture

RightClick = 2_u32

right click gesture

MiddleClick = 3_u32

middle click gesture

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.


Instance Method Detail

def double_click? #

def middle_click? #

def right_click? #