[ CCode ( cname = "gimp_color_area_enable_drag" ) ]
public void enable_drag (ModifierType drag_mask)
Allows dragging the color displayed with buttons identified by drag_mask.
The drag supports targets of type "application/x-geglcolor".
Note that setting a drag_mask of 0 disables the drag ability.
| this |
A ColorArea. |
| drag_mask |
The bitmask of buttons that can start the drag. |