Index

Package: Target_Entry

Description

package Gtk.Target_Entry is
A Gtk.Target_Entry.Gtk_Target_Entry structure 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.

Types

Gtk_Target_Entry

type Gtk_Target_Entry is record
      Target : Interfaces.C.Strings.chars_ptr;
      Flags : Gtk.Enums.Gtk_Target_Flags;
      Info : Guint;
   end record;

Subprograms & Entries

From_Object_Free

function From_Object_Free 
(B: access Gtk_Target_Entry) return Gtk_Target_Entry;

Gtk_New

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 structure. "target": String identifier for target "flags": Set of flags, see Gtk.Enums.Gtk_Target_Flags "info": an ID that will be passed back to the application

Gtk_Target_Entry_New

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 structure. "target": String identifier for target "flags": Set of flags, see Gtk.Enums.Gtk_Target_Flags "info": an ID that will be passed back to the application

Get_Type

function Get_Type return Glib.GType;

Free

procedure Free 
(Target_Entry: Gtk_Target_Entry);