Types
-
type Data_Type_Access is access all Data_Type;
-
type Gtk_Text_Tag_Table is access all Gtk_Text_Tag_Table_Record'Class;
-
-
type Gtk_Text_Tag_Table_Record is new GObject_Record with private;
Subprograms
-
procedure Gtk_New (Table : out Gtk_Text_Tag_Table);
-
procedure Initialize (Table : access Gtk_Text_Tag_Table_Record'Class);
-
-
-
-
-
function Get_Size (Table : access Gtk_Text_Tag_Table_Record) return Gint;
-
procedure Foreach
(Table : access Gtk_Text_Tag_Table_Record;
Proc : Gtk_Text_Tag_Table_Proc;
Data : Data_Type_Access);