Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkTargetEntry |
Struct : | TargetEntry |
Properties | Defined By | |
---|---|---|
flags : guint32
|
Gtk.TargetEntry | |
info : guint32
|
Gtk.TargetEntry | |
target : String
|
Gtk.TargetEntry |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.TargetEntry
()
Create a new Gtk.TargetEntry
Create a new Gtk.TargetEntry
|
||
Create a new Gtk.TargetEntry
Create a new Gtk.TargetEntry
|
||
copy
()
:
Gtk.TargetEntry
Makes a copy of a GtkTargetEntry structure and its data.
Makes a copy of a GtkTargetEntry structure and its data.
Free with gtk_target_entry_free()
|
Gtk.TargetEntry | |
free
()
:
none
Frees a GtkTargetEntry structure returned from
gtk_target_entry_new() or gtk_target_entry_copy().
Frees a GtkTargetEntry structure returned from
gtk_target_entry_new() or gtk_target_entry_copy().
|
Gtk.TargetEntry |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.ToolPalette
Method |
Gtk.ToolPalette.get_drag_target_group
()
:
Gtk.TargetEntry
Get the target entry for a dragged GtkToolItemGroup.
|
Gtk.ToolPalette
Method |
Gtk.ToolPalette.get_drag_target_item
()
:
Gtk.TargetEntry
Gets the target entry for a dragged GtkToolItem.
|