package Text_Tag_List is new Glib.GSlist.Generic_SList (Gpointer => Gtk_Text_Tag);
type Gtk_Text_Tag_Record is new GObject_Record with private;
type Gtk_Text_Tag is access all Gtk_Text_Tag_Record'Class;
Background_Full_Height_Property : constant Glib.Properties.Property_Boolean;
Background_Gdk_Property : constant Gdk.Color.Property_Gdk_Color;
Background_Property : constant Glib.Properties.Property_String_WO;
Background_Stipple_Property : constant Glib.Properties.Property_C_Proxy;
Direction_Property : constant Gtk.Enums.Property_Gtk_Text_Direction;
Editable_Property : constant Glib.Properties.Property_Boolean;
Family_Property : constant Glib.Properties.Property_String;
Font_Desc_Property : constant Pango.Font.Property_Font_Description;
Font_Property : constant Glib.Properties.Property_String;
Foreground_Gdk_Property : constant Gdk.Color.Property_Gdk_Color;
Foreground_Property : constant Glib.Properties.Property_String_WO;
Foreground_Stipple_Property : constant Glib.Properties.Property_C_Proxy;
Indent_Property : constant Glib.Properties.Property_Int;
Inside_Wrap_Property : constant Glib.Properties.Property_Int;
Invisible_Property : constant Glib.Properties.Property_Boolean;
Justification_Property : constant Gtk.Enums.Property_Gtk_Justification;
Language_Property : constant Glib.Properties.Property_String;
Left_Margin_Property : constant Glib.Properties.Property_Int;
Name_Property : constant Glib.Properties.Property_String;
Paragraph_Background_Property : constant Glib.Properties.Property_String;
Pixels_Above_Lines_Property : constant Glib.Properties.Property_Int;
Pixels_Below_Lines_Property : constant Glib.Properties.Property_Int;
Pixels_Inside_Wrap_Property : constant Glib.Properties.Property_Int;
Right_Margin_Property : constant Glib.Properties.Property_Int;
Rise_Property : constant Glib.Properties.Property_Int;
Scale_Property : constant Glib.Properties.Property_Double;
Size_Points_Property : constant Glib.Properties.Property_Double;
Size_Property : constant Glib.Properties.Property_Int;
Stretch_Property : constant Pango.Enums.Property_Stretch;
Strikethrough_Property : constant Glib.Properties.Property_Boolean;
Style_Property : constant Pango.Enums.Property_Style;
Underline_Property : constant Pango.Enums.Property_Underline;
Variant_Property : constant Pango.Enums.Property_Variant;
Weight_Property : constant Pango.Enums.Property_Weight;
Wrap_Mode_Property : constant Gtk.Enums.Property_Gtk_Wrap_Mode;
Background_Full_Height_Set_Property : constant Glib.Properties.Property_Boolean;
Background_Set_Property : constant Glib.Properties.Property_Boolean;
Background_Stipple_Set_Property : constant Glib.Properties.Property_Boolean;
Editable_Set_Property : constant Glib.Properties.Property_Boolean;
Family_Set_Property : constant Glib.Properties.Property_Boolean;
Foreground_Set_Property : constant Glib.Properties.Property_Boolean;
Foreground_Stipple_Set_Property : constant Glib.Properties.Property_Boolean;
Indent_Set_Property : constant Glib.Properties.Property_Boolean;
Inside_Wrap_Set_Property : constant Glib.Properties.Property_Boolean;
Invisible_Set_Property : constant Glib.Properties.Property_Boolean;
Justification_Set_Property : constant Glib.Properties.Property_Boolean;
Language_Set_Property : constant Glib.Properties.Property_Boolean;
Left_Margin_Set_Property : constant Glib.Properties.Property_Boolean;
Paragraph_Background_Set_Property : constant Glib.Properties.Property_Boolean;
Pixels_Above_Lines_Set_Property : constant Glib.Properties.Property_Boolean;
Pixels_Below_Lines_Set_Property : constant Glib.Properties.Property_Boolean;
Pixels_Inside_Wrap_Set_Property : constant Glib.Properties.Property_Boolean;
Right_Margin_Set_Property : constant Glib.Properties.Property_Boolean;
Rise_Set_Property : constant Glib.Properties.Property_Boolean;
Scale_Set_Property : constant Glib.Properties.Property_Boolean;
Size_Set_Property : constant Glib.Properties.Property_Boolean;
Stretch_Set_Property : constant Glib.Properties.Property_Boolean;
Strikethrough_Set_Property : constant Glib.Properties.Property_Boolean;
Style_Set_Property : constant Glib.Properties.Property_Boolean;
Tabs_Set_Property : constant Glib.Properties.Property_Boolean;
Underline_Set_Property : constant Glib.Properties.Property_Boolean;
Variant_Set_Property : constant Glib.Properties.Property_Boolean;
Weight_Set_Property : constant Glib.Properties.Property_Boolean;
Wrap_Mode_Set_Property : constant Glib.Properties.Property_Boolean;
Signal_Event : constant Glib.Signal_Name := "event";
function Convert
( | W | : Gtk_Text_Tag) return System.Address; |
function Convert
( | W | : System.Address) return Gtk_Text_Tag; |
procedure Gtk_New
( | Widget | : out Gtk_Text_Tag; |
Name | : String := ""); |
procedure Initialize
( | Widget | : access Gtk_Text_Tag_Record'Class; |
Name | : String := ""); |
function Get_Type return Glib.GType;
procedure Set_Priority
( | Tag | : access Gtk_Text_Tag_Record; |
Priority | : Gint); |
function Get_Priority
( | Tag | : access Gtk_Text_Tag_Record) return Gint; |
A tag is a set of properties that can be associated with a range of text.
See also Gtk.Text_Attributes. Tags should be in a Gtk_Text_Tag_Table for a given before before they are used in that buffer.
Binding from C File version 2.8.17