Gtk.TargetPair¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| flags | int | r/w | Gtk.TargetFlagsfor DND | 
| info | int | r/w | an application-assigned integer ID which will get passed as a parameter to e.g the Gtk.Widget::selection-getsignal. It allows the application to identify the target type without extensive string compares. | 
| target | Gdk.Atom | r/w | Gdk.Atomrepresentation of the target type | 
Methods¶
None
Details¶
- 
class Gtk.TargetPair¶
- A - Gtk.TargetPairis used to represent the same information as a table of- Gtk.TargetEntry, but in an efficient form.