class Gtk::CellRendererText

Overview

Renders text in a cell

A Gtk::CellRendererText renders a given text in its cell, using the font, color and style information provided by its properties. The text will be ellipsized if it is too long and the Gtk::CellRendererText:ellipsize property allows it.

If the Gtk::CellRenderer:mode is %GTK_CELL_RENDERER_MODE_EDITABLE, the Gtk::CellRendererText allows to edit its text using an entry.

Direct Known Subclasses

Defined in:

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

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Gtk::CellRenderer

activate(event : Gdk::Event, widget : Gtk::Widget, path : String, background_area : Gdk::Rectangle, cell_area : Gdk::Rectangle, flags : Gtk::CellRendererState) : Bool activate, aligned_area(widget : Gtk::Widget, flags : Gtk::CellRendererState, cell_area : Gdk::Rectangle) : Gdk::Rectangle aligned_area, alignment : Nil alignment, cell_background=(value : String) : String cell_background=, cell_background_rgba : Gdk::RGBA? cell_background_rgba, cell_background_rgba=(value : Gdk::RGBA?) : Gdk::RGBA? cell_background_rgba=, cell_background_set=(value : Bool) : Bool cell_background_set=, cell_background_set? : Bool cell_background_set?, editing? : Bool editing?, editing_canceled_signal editing_canceled_signal, editing_started_signal editing_started_signal, fixed_size : Nil fixed_size, height : Int32 height, height=(value : Int32) : Int32 height=, is_activatable : Bool is_activatable, is_expanded : Bool is_expanded, is_expanded=(is_expanded : Bool) : Nil is_expanded=, is_expanded? : Bool is_expanded?, is_expander : Bool is_expander, is_expander=(is_expander : Bool) : Nil is_expander=, is_expander? : Bool is_expander?, mode : Gtk::CellRendererMode mode, mode=(value : Gtk::CellRendererMode) : Gtk::CellRendererMode mode=, padding : Nil padding, preferred_height(widget : Gtk::Widget) : Nil preferred_height, preferred_height_for_width(widget : Gtk::Widget, width : Int32) : Nil preferred_height_for_width, preferred_size(widget : Gtk::Widget) : Gtk::Requisition preferred_size, preferred_width(widget : Gtk::Widget) : Nil preferred_width, preferred_width_for_height(widget : Gtk::Widget, height : Int32) : Nil preferred_width_for_height, request_mode : Gtk::SizeRequestMode request_mode, sensitive : Bool sensitive, sensitive=(sensitive : Bool) : Nil sensitive=, sensitive? : Bool sensitive?, set_alignment(xalign : Float32, yalign : Float32) : Nil set_alignment, set_fixed_size(width : Int32, height : Int32) : Nil set_fixed_size, set_padding(xpad : Int32, ypad : Int32) : Nil set_padding, snapshot(snapshot : Gtk::Snapshot, widget : Gtk::Widget, background_area : Gdk::Rectangle, cell_area : Gdk::Rectangle, flags : Gtk::CellRendererState) : Nil snapshot, start_editing(event : Gdk::Event?, widget : Gtk::Widget, path : String, background_area : Gdk::Rectangle, cell_area : Gdk::Rectangle, flags : Gtk::CellRendererState) : Gtk::CellEditable? start_editing, state(widget : Gtk::Widget?, cell_state : Gtk::CellRendererState) : Gtk::StateFlags state, stop_editing(canceled : Bool) : Nil stop_editing, visible : Bool visible, visible=(visible : Bool) : Nil visible=, visible? : Bool visible?, width : Int32 width, width=(value : Int32) : Int32 width=, xalign : Float32 xalign, xalign=(value : Float32) : Float32 xalign=, xpad : UInt32 xpad, xpad=(value : UInt32) : UInt32 xpad=, yalign : Float32 yalign, yalign=(value : Float32) : Float32 yalign=, ypad : UInt32 ypad, ypad=(value : UInt32) : UInt32 ypad=

Constructor methods inherited from class Gtk::CellRenderer

new
new(*, cell_background : String? = nil, cell_background_rgba : Gdk::RGBA? = nil, cell_background_set : Bool? = nil, editing : Bool? = nil, height : Int32? = nil, is_expanded : Bool? = nil, is_expander : Bool? = nil, mode : Gtk::CellRendererMode? = nil, sensitive : Bool? = nil, visible : Bool? = nil, width : Int32? = nil, xalign : Float32? = nil, xpad : UInt32? = nil, yalign : Float32? = nil, ypad : UInt32? = nil)
new

Class methods inherited from class Gtk::CellRenderer

g_type : UInt64 g_type

Constructor methods inherited from class GObject::InitiallyUnowned

new new

Class methods inherited from class GObject::InitiallyUnowned

g_type : UInt64 g_type

Instance methods inherited from class GObject::Object

bind_property(source_property : String, target : GObject::Object, target_property : String, flags : GObject::BindingFlags) : GObject::Binding bind_property, bind_property_full(source_property : String, target : GObject::Object, target_property : String, flags : GObject::BindingFlags, transform_to : GObject::Closure, transform_from : GObject::Closure) : GObject::Binding bind_property_full, data(key : String) : Pointer(Void)? data, finalize finalize, freeze_notify : Nil freeze_notify, getv(names : Enumerable(String), values : Enumerable(_)) : Nil getv, notify(property_name : String) : Nil notify, notify_by_pspec(pspec : GObject::ParamSpec) : Nil notify_by_pspec, notify_signal notify_signal, property(property_name : String, value : _) : Nil property, qdata(quark : UInt32) : Pointer(Void)? qdata, ref_count : UInt32 ref_count, run_dispose : Nil run_dispose, set_data(key : String, data : Pointer(Void)?) : Nil set_data, set_property(property_name : String, value : _) : Nil set_property, steal_data(key : String) : Pointer(Void)? steal_data, steal_qdata(quark : UInt32) : Pointer(Void)? steal_qdata, thaw_notify : Nil thaw_notify, to_unsafe : Pointer(Void) to_unsafe, watch_closure(closure : GObject::Closure) : Nil watch_closure

Constructor methods inherited from class GObject::Object

cast(obj : GObject::Object) : self cast, cast?(obj : GObject::Object) : self? cast?, new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
new
new
, newv(object_type : UInt64, parameters : Enumerable(GObject::Parameter)) : self newv

Class methods inherited from class GObject::Object

compat_control(what : UInt64, data : Pointer(Void)?) : UInt64 compat_control, g_type : UInt64 g_type, interface_find_property(g_iface : GObject::TypeInterface, property_name : String) : GObject::ParamSpec interface_find_property, interface_list_properties(g_iface : GObject::TypeInterface) : Enumerable(GObject::ParamSpec) interface_list_properties

Constructor Detail

def self.new : self #

Creates a new Gtk::CellRendererText. Adjust how text is drawn using object properties. Object properties can be set globally (with g_object_set()). Also, with Gtk::TreeViewColumn, you can bind a property to a value in a Gtk::TreeModel. For example, you can bind the “text” property on the cell renderer to a string value in the model, thus rendering a different string in each row of the Gtk::TreeView.


def self.new(*, align_set : Bool? = nil, alignment : Pango::Alignment? = nil, attributes : Pango::AttrList? = nil, background : String? = nil, background_rgba : Gdk::RGBA? = nil, background_set : Bool? = nil, cell_background : String? = nil, cell_background_rgba : Gdk::RGBA? = nil, cell_background_set : Bool? = nil, editable : Bool? = nil, editable_set : Bool? = nil, editing : Bool? = nil, ellipsize : Pango::EllipsizeMode? = nil, ellipsize_set : Bool? = nil, family : String? = nil, family_set : Bool? = nil, font : String? = nil, font_desc : Pango::FontDescription? = nil, foreground : String? = nil, foreground_rgba : Gdk::RGBA? = nil, foreground_set : Bool? = nil, height : Int32? = nil, is_expanded : Bool? = nil, is_expander : Bool? = nil, language : String? = nil, language_set : Bool? = nil, markup : String? = nil, max_width_chars : Int32? = nil, mode : Gtk::CellRendererMode? = nil, placeholder_text : String? = nil, rise : Int32? = nil, rise_set : Bool? = nil, scale : Float64? = nil, scale_set : Bool? = nil, sensitive : Bool? = nil, single_paragraph_mode : Bool? = nil, size : Int32? = nil, size_points : Float64? = nil, size_set : Bool? = nil, stretch : Pango::Stretch? = nil, stretch_set : Bool? = nil, strikethrough : Bool? = nil, strikethrough_set : Bool? = nil, style : Pango::Style? = nil, style_set : Bool? = nil, text : String? = nil, underline : Pango::Underline? = nil, underline_set : Bool? = nil, variant : Pango::Variant? = nil, variant_set : Bool? = nil, visible : Bool? = nil, weight : Int32? = nil, weight_set : Bool? = nil, width : Int32? = nil, width_chars : Int32? = nil, wrap_mode : Pango::WrapMode? = nil, wrap_width : Int32? = nil, xalign : Float32? = nil, xpad : UInt32? = nil, yalign : Float32? = nil, ypad : UInt32? = nil) #

Class Method Detail

def self.g_type : UInt64 #

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


Instance Method Detail

def align_set=(value : Bool) : Bool #

def align_set? : Bool #

def alignment : Pango::Alignment #
Description copied from class Gtk::CellRenderer

Fills in @xalign and @yalign with the appropriate values of @cell.


def alignment=(value : Pango::Alignment) : Pango::Alignment #

def attributes : Pango::AttrList? #

def attributes=(value : Pango::AttrList?) : Pango::AttrList? #

def background=(value : String) : String #

def background_rgba : Gdk::RGBA? #

def background_rgba=(value : Gdk::RGBA?) : Gdk::RGBA? #

def background_set=(value : Bool) : Bool #

def background_set? : Bool #

def editable=(value : Bool) : Bool #

def editable? : Bool #

def editable_set=(value : Bool) : Bool #

def editable_set? : Bool #

def edited_signal #

def ellipsize : Pango::EllipsizeMode #

def ellipsize=(value : Pango::EllipsizeMode) : Pango::EllipsizeMode #

def ellipsize_set=(value : Bool) : Bool #

def ellipsize_set? : Bool #

def family : String #

def family=(value : String) : String #

def family_set=(value : Bool) : Bool #

def family_set? : Bool #

def fixed_height_from_font=(number_of_rows : Int32) : Nil #

Sets the height of a renderer to explicitly be determined by the “font” and “y_pad” property set on it. Further changes in these properties do not affect the height, so they must be accompanied by a subsequent call to this function. Using this function is inflexible, and should really only be used if calculating the size of a cell is too slow (ie, a massive number of cells displayed). If @number_of_rows is -1, then the fixed height is unset, and the height is determined by the properties again.


def font : String #

def font=(value : String) : String #

def font_desc : Pango::FontDescription? #

def font_desc=(value : Pango::FontDescription?) : Pango::FontDescription? #

def foreground=(value : String) : String #

def foreground_rgba : Gdk::RGBA? #

def foreground_rgba=(value : Gdk::RGBA?) : Gdk::RGBA? #

def foreground_set=(value : Bool) : Bool #

def foreground_set? : Bool #

def language : String #

def language=(value : String) : String #

def language_set=(value : Bool) : Bool #

def language_set? : Bool #

def markup=(value : String) : String #

def max_width_chars : Int32 #

def max_width_chars=(value : Int32) : Int32 #

def placeholder_text : String #

def placeholder_text=(value : String) : String #

def rise : Int32 #

def rise=(value : Int32) : Int32 #

def rise_set=(value : Bool) : Bool #

def rise_set? : Bool #

def scale : Float64 #

def scale=(value : Float64) : Float64 #

def scale_set=(value : Bool) : Bool #

def scale_set? : Bool #

def single_paragraph_mode=(value : Bool) : Bool #

def single_paragraph_mode? : Bool #

def size : Int32 #

def size=(value : Int32) : Int32 #

def size_points : Float64 #

def size_points=(value : Float64) : Float64 #

def size_set=(value : Bool) : Bool #

def size_set? : Bool #

def stretch : Pango::Stretch #

def stretch=(value : Pango::Stretch) : Pango::Stretch #

def stretch_set=(value : Bool) : Bool #

def stretch_set? : Bool #

def strikethrough=(value : Bool) : Bool #

def strikethrough? : Bool #

def strikethrough_set=(value : Bool) : Bool #

def strikethrough_set? : Bool #

def style : Pango::Style #

def style=(value : Pango::Style) : Pango::Style #

def style_set=(value : Bool) : Bool #

def style_set? : Bool #

def text : String #

def text=(value : String) : String #

def underline : Pango::Underline #

def underline=(value : Pango::Underline) : Pango::Underline #

def underline_set=(value : Bool) : Bool #

def underline_set? : Bool #

def variant : Pango::Variant #

def variant=(value : Pango::Variant) : Pango::Variant #

def variant_set=(value : Bool) : Bool #

def variant_set? : Bool #

def weight : Int32 #

def weight=(value : Int32) : Int32 #

def weight_set=(value : Bool) : Bool #

def weight_set? : Bool #

def width_chars : Int32 #

def width_chars=(value : Int32) : Int32 #

def wrap_mode : Pango::WrapMode #

def wrap_mode=(value : Pango::WrapMode) : Pango::WrapMode #

def wrap_width : Int32 #

def wrap_width=(value : Int32) : Int32 #