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) #

[View source]
def self.new(data : LibGtk::PadActionEntry, transfer : GICrystal::Transfer) #

[View source]
def self.new(type : Gtk::PadActionType | Nil = nil, index : Int32 | Nil = nil, mode : Int32 | Nil = nil) #

[View source]

Instance Method Detail

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

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


[View source]
def action_name : String | Nil #

[View source]
def action_name! #

[View source]
def index : Int32 #

[View source]
def index=(value : Int32) #

[View source]
def label : String | Nil #

[View source]
def label! #

[View source]
def mode : Int32 #

[View source]
def mode=(value : Int32) #

[View source]
def to_unsafe #

[View source]
def type : Gtk::PadActionType #

[View source]
def type=(value : Gtk::PadActionType) #

[View source]