module Gtk::CellEditable

Overview

Interface for widgets that can be used for editing cells

The Gtk::CellEditable interface must be implemented for widgets to be usable to edit the contents of a Gtk::TreeView cell. It provides a way to specify how temporary widgets should be configured for editing, get the new value, etc.

Direct including types

Defined in:

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

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.cast(obj : GObject::Object) : self #

Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.


[View source]

Class Method Detail

def self.cast?(obj : GObject::Object) : self | Nil #

[View source]
def self.g_type : UInt64 #

[View source]

Instance Method Detail

def editing_canceled=(value : Bool) : Bool #

[View source]
def editing_canceled? : Bool #

[View source]
def editing_done : Nil #

[View source]
def editing_done_signal #

[View source]
def remove_widget : Nil #

[View source]
def remove_widget_signal #

[View source]
def start_editing(event : Gdk::Event | Nil) : Nil #

[View source]
abstract def to_unsafe #

[View source]