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.


Class Method Detail

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

def self.g_type : UInt64 #

Instance Method Detail

def editing_canceled=(value : Bool) : Bool #

def editing_canceled? : Bool #

def editing_done : Nil #

DEPRECATED


def editing_done_signal #

def remove_widget : Nil #

DEPRECATED


def remove_widget_signal #

def start_editing(event : Gdk::Event | Nil) : Nil #

abstract def to_unsafe #