Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.TargetList

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkTargetList
Struct : TargetList
A GtkTargetList structure is a reference counted list
of GtkTargetPair. It is used to represent the same
information as a table of GtkTargetEntry, but in
an efficient form. This structure should be treated as
opaque.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.TargetList ()
Create a new Gtk.TargetList
Create a new Gtk.TargetList
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk
Method
Gtk.target_table_new_from_list (TargetList list, Object out_values) : Array
This function creates an GtkTargetEntry array that contains the
same targets as the passed list.
Gtk.Entry
Method
set_icon_drag_source (EntryIconPosition icon_pos, TargetList target_list, DragAction actions) : none
Sets up the icon at the given position so that GTK+ will start a drag
operation when the user clicks and drags the icon.
Gtk.TextBuffer
Property
copy_target_list : Gtk.TargetList read only
The list of targets this buffer supports for clipboard copying
and as DND source.
Gtk.TextBuffer
Property
paste_target_list : Gtk.TargetList read only
The list of targets this buffer supports for clipboard pasting
and as DND destination.
Gtk.TextBuffer
Method
get_copy_target_list () : Gtk.TargetList
This function returns the list of targets this text buffer can
provide for copying and as DND source.
Gtk.TextBuffer
Method
get_paste_target_list () : Gtk.TargetList
This function returns the list of targets this text buffer supports
for pasting and as DND destination.
Gtk.Widget
Method
drag_begin (TargetList targets, DragAction actions, gint32 button, Event event) : Gdk.DragContext
Initiates a drag on the source side.
Gtk.Widget
Method
drag_dest_find_target (DragContext context, TargetList target_list) : Gdk.Atom
Looks for a match between the supported targets of context and the
returning GDK_NONE.
Gtk.Widget
Method
drag_dest_get_target_list () : Gtk.TargetList
Returns the list of targets this widget can accept from
drag-and-drop.
Gtk.Widget
Method
drag_dest_set_target_list (TargetList target_list) : none
Sets the target types that this widget can accept from drag-and-drop.
Gtk.Widget
Method
drag_source_get_target_list () : Gtk.TargetList
Gets the list of targets this widget can provide for
drag-and-drop.
Gtk.Widget
Method
drag_source_set_target_list (TargetList target_list) : none
Changes the target types that this widget offers for drag-and-drop.
WebKit.WebView
Property
copy_target_list : Gtk.TargetList read only
The list of targets this web view supports for clipboard copying.
WebKit.WebView
Property
paste_target_list : Gtk.TargetList read only
The list of targets this web view supports for clipboard pasting.
WebKit.WebView
Method
get_copy_target_list () : Gtk.TargetList
This function returns the list of targets this WebKitWebView can
provide for clipboard copying and as DND source.
WebKit.WebView
Method
get_paste_target_list () : Gtk.TargetList
This function returns the list of targets this WebKitWebView can
provide for clipboard pasting and as DND destination.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:27 GMT+0800 (HKT)