Gtk.Target_Entry

Entities

Record Types

Subprograms

Description

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.

Free

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.

Parameters
Target_Entry

From_Object_Free

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.

Parameters
B
Return Value

Get_Type

function Get_Type return Glib.GType
Return Value

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.

Parameters
Target_Entry
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

type Gtk_Target_Entry is record
   Target : Gtkada.Types.Chars_Ptr;
   Flags : Gtk.Enums.Gtk_Target_Flags;
   Info : Guint;
end record;
Record fields
Target
Flags
Info

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.

Parameters
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

Return Value