Description
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.
Subprograms
-
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 := "");
-
-
procedure Set_Priority (Tag : access Gtk_Text_Tag_Record; Priority : Gint);
function Get_Priority (Tag : access Gtk_Text_Tag_Record) return Gint;