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

Class Method Summary

Instance Method Summary

Class Method Detail

def self.g_type : UInt64 #

Instance Method Detail

def editing_canceled=(value : Bool) : Bool #

def editing_canceled? : Bool #

def editing_done : Nil #

def editing_done_signal #

def remove_widget : Nil #

def remove_widget_signal #

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

abstract def to_unsafe #