Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.TargetList

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkTargetList
Struct : TargetList
  Show / Hide Inherited methods, properties and signals
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.drag_begin (Widget widget, TargetList targets, DragAction actions, Number button, Event event) : Gdk.DragContext
Initiates a drag on the source side.
Gtk
Method
Gtk.drag_dest_find_target (Widget widget, DragContext context, TargetList target_list) : Gdk.Atom
Looks for a match between context->targets and the returning GDK_NONE.
Gtk
Method
Gtk.drag_dest_get_target_list (Widget widget) : Gtk.TargetList
Returns the list of targets this widget can accept from drag-and-drop.
Gtk
Method
Gtk.drag_dest_set_target_list (Widget widget, TargetList target_list) : none
Sets the target types that this widget can accept from drag-and-drop.
Gtk
Method
Gtk.drag_source_get_target_list (Widget widget) : Gtk.TargetList
Gets the list of targets this widget can provide for drag-and-drop.
Gtk
Method
Gtk.drag_source_set_target_list (Widget widget, TargetList target_list) : none
Changes the target types that this widget offers for drag-and-drop.
Gtk
Method
Gtk.target_table_new_from_list (TargetList list, Object out_values) : Gtk.TargetEntry
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.
WebKit.WebView
Property
copy_target_list : Gtk.TargetList read only
WebKit.WebView
Property
paste_target_list : Gtk.TargetList read only
WebKit.WebView
Method
get_copy_target_list () : Gtk.TargetList
WebKit.WebView
Method
get_paste_target_list () : Gtk.TargetList
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:40 GMT+0800 (HKT)