Description
A
Gtk_Cell_Renderer_Text 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 ellipsize property allows it.
If the mode is CELL_RENDERER_MODE_EDITABLE, the Gtk_Cell_Renderer_Text
allows to edit its text using an entry.
Subprograms
-
procedure Gtk_New (Widget : out Gtk_Cell_Renderer_Text);
procedure Initialize (Widget : access Gtk_Cell_Renderer_Text_Record'Class);
-
-
procedure Set_Fixed_Height_From_Font
(Renderer : access Gtk_Cell_Renderer_Text_Record;
Number_Of_Rows : Gint);