class Gtk::PadActionEntry

Overview

Struct defining a pad action entry.

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new(data : LibGtk::PadActionEntry, transfer : GICrystal::Transfer) #

def self.new(type : Gtk::PadActionType? = nil, index : Int32? = nil, mode : Int32? = nil) #

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def action_name : String? #

def action_name! #

def index : Int32 #

def index=(value : Int32) #

def label : String? #

def label! #

def mode : Int32 #

def mode=(value : Int32) #

def to_unsafe #

def type : Gtk::PadActionType #

def type=(value : Gtk::PadActionType) #