Package: gtk
GEnum gtk:drag-result
Declaration(gobject:define-genum "GtkDragResult" drag-result (:export t :type-initializer "gtk_drag_result_get_type") (:success 0) (:no-target 1) (:user-cancelled 2) (:timeout-expired 3) (:grab-broken 4) (:error 5)) Values
Details
Gives an indication why a drag operation failed. The value can by obtained by connecting to the "drag-failed" signal of a gtk:widget object. | See also |
2024-3-24