A Gtk.Target_Entry.Gtk_Target_Entry represents a single type of data than can be supplied for by a widget for a selection or for supplied or received during drag-and-drop.
procedure Free (Target_Entry : Gtk_Target_Entry)
Frees a Gtk.Target_Entry.Gtk_Target_Entry returned from gtk_target_entry_new or gtk_target_entry_copy.
function From_Object_Free (B : access Gtk_Target_Entry) return Gtk_Target_Entry
A Gtk.Target_Entry.Gtk_Target_Entry represents a single type of data than can be supplied for by a widget for a selection or for supplied or received during drag-and-drop.
function Get_Type return Glib.GType
procedure Gtk_New
(Target_Entry : out Gtk_Target_Entry;
Target : UTF8_String;
Flags : Gtk.Enums.Gtk_Target_Flags;
Info : Guint)
Makes a new Gtk.Target_Entry.Gtk_Target_Entry.
String identifier for target
Set of flags, see Gtk.Enums.Gtk_Target_Flags
an ID that will be passed back to the application
type Gtk_Target_Entry is record
Target : Gtkada.Types.Chars_Ptr;
Flags : Gtk.Enums.Gtk_Target_Flags;
Info : Guint;
end record;
function Gtk_Target_Entry_New
(Target : UTF8_String;
Flags : Gtk.Enums.Gtk_Target_Flags;
Info : Guint) return Gtk_Target_Entry
Makes a new Gtk.Target_Entry.Gtk_Target_Entry.
String identifier for target
Set of flags, see Gtk.Enums.Gtk_Target_Flags
an ID that will be passed back to the application