enum Gtk::CellRendererMode

Overview

Identifies how the user can interact with a particular cell.

Defined in:

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

Enum Members

Inert = 0_u32

The cell is just for display and cannot be interacted with. Note that this doesn’t mean that eg. the row being drawn can’t be selected -- just that a particular element of it cannot be individually modified.

Activatable = 1_u32

The cell can be clicked.

Editable = 2_u32

The cell can be edited or otherwise modified.

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def activatable? #

[View source]
def editable? #

[View source]
def inert? #

[View source]