type Gtk_Cell_Renderer_Text_Record is new Gtk.Cell_Renderer.Gtk_Cell_Renderer_Record with private;
type Gtk_Cell_Renderer_Text is access all Gtk_Cell_Renderer_Text_Record'Class;
Signal_Edited : constant Glib.Signal_Name := "edited";
Background_Property : constant Glib.Properties.Property_String;
Editable_Property : constant Glib.Properties.Property_Boolean;
Family_Property : constant Glib.Properties.Property_String;
Font_Property : constant Glib.Properties.Property_String;
Foreground_Property : constant Glib.Properties.Property_String;
Foreground_Gdk_Property : constant Gdk.Color.Property_Gdk_Color;
Language_Property : constant Glib.Properties.Property_String;
Markup_Property : constant Glib.Properties.Property_String;
Rise_Property : constant Glib.Properties.Property_Int;
Scale_Property : constant Glib.Properties.Property_Double;
Single_Paragraph_Mode_Property : constant Glib.Properties.Property_Boolean;
Size_Property : constant Glib.Properties.Property_Int;
Size_Points_Property : constant Glib.Properties.Property_Double;
Strikethrough_Property : constant Glib.Properties.Property_Boolean;
Text_Property : constant Glib.Properties.Property_String;
Weight_Property : constant Glib.Properties.Property_Int;
Width_Chars_Property : constant Glib.Properties.Property_Int;
Wrap_Mode_Property : constant Pango.Enums.Property_Wrap_Mode;
Wrap_Width_Property : constant Glib.Properties.Property_Int;
procedure Gtk_New
( | Widget | : out Gtk_Cell_Renderer_Text); |
procedure Initialize
( | Widget | : access Gtk_Cell_Renderer_Text_Record'Class); |
function Get_Type return Gtk.Gtk_Type;
procedure Set_Fixed_Height_From_Font
( | Renderer | : access Gtk_Cell_Renderer_Text_Record; |
Number_Of_Rows | : Gint); |
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.
Binding from C File version 2.14