_
TagThe Gtk_Text_Tag data type.
Widget Hierarchy |
---|
GObject (see section Package Glib.Object)
Gtk_Object (see section Package Gtk.Object)
\___ Gtk_Text_Tag (see section Package Gtk.Text
|
Signals |
---|
Subprograms |
---|
procedure Gtk_New (Widget : out Gtk_Text_Tag; Name : String := ""); | ||
Create a new Gtk_Text_Tag. | ||
function Get_Type return Glib.GType; | ||
Return the internal value associated with this widget.
| ||
function Get_Priority (Tag : access Gtk_Text_Tag_Record) return Gint; | ||
Return the tag priority.
| ||
procedure Set_Priority (Tag : access Gtk_Text_Tag_Record; Priority : Gint); | ||
Set the priority of a Gtk_Text_Tag. |