class Gtk::PadActionEntry
- Gtk::PadActionEntry
- Reference
- Object
Overview
Struct defining a pad action entry.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/pad_action_entry.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGtk::PadActionEntry, transfer : GICrystal::Transfer)
- .new(type : Gtk::PadActionType | Nil = nil, index : Int32 | Nil = nil, mode : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #action_name : String | Nil
- #action_name!
- #index : Int32
- #index=(value : Int32)
- #label : String | Nil
- #label!
- #mode : Int32
- #mode=(value : Int32)
- #to_unsafe
- #type : Gtk::PadActionType
- #type=(value : Gtk::PadActionType)
Constructor Detail
def self.new(type : Gtk::PadActionType | Nil = nil, index : Int32 | Nil = nil, mode : Int32 | Nil = nil)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.