Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
3140 of 58 results
31.
A callback (or list of callbacks) that is called when the Drag has been dragged. It is called with two arguments. The first is a list of Drags that are being dragged. The second is either a Drag that is being dropped onto, or None of a drop did not occur. If the callback returns a value other than None, that value is returned as the result of the interaction.
(no translation yet)
Located in ../../source/inc/drag_drop:56
32.
`dropped`
(no translation yet)
Located in ../../source/inc/drag_drop:72
33.
A callback (or list of callbacks) that is called when this Drag is dropped onto. It is called with two arguments. The first is the Drag being dropped onto. The second is a list of Drags that are being dragged. If the callback returns a value other than None, that value is returned as the result of the interaction.
(no translation yet)
Located in ../../source/inc/drag_drop:64
34.
When a dragged and dropped callback are triggered for the same event, the dropped callback is only called if dragged returns None.
(no translation yet)
Located in ../../source/inc/drag_drop:70
35.
`clicked`
(no translation yet)
Located in ../../source/inc/drag_drop:78
36.
A callback this is called, with no arguments, when the Drag is clicked without being moved. A droppable can also be focused and clicked. If the callback returns a value othe than None, that value is returned as the result of the interaction.
(no translation yet)
Located in ../../source/inc/drag_drop:75
37.
`drag_handle`
(no translation yet)
Located in ../../source/inc/drag_drop:84
38.
A (x, y, width, height) tuple, giving the position of the drag handle within the child. In this tuple, integers are considered to be a literal number of pixels, while floats are relative to the size of the child.
(no translation yet)
Located in ../../source/inc/drag_drop:81
39.
`drag_joined`
(no translation yet)
Located in ../../source/inc/drag_drop:91
40.
This is called with the current Drag as an argument. It's expected to return a list of [ (drag, x, y) ] tuples, giving the draggables to drag as a unit. `x` and `y` are the offsets of the drags relative to each other, they are not relative to the corner of this drag.
(no translation yet)
Located in ../../source/inc/drag_drop:87
3140 of 58 results

This translation is managed by Launchpad Spanish Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

No-one has contributed to this translation yet.