set_use_drag_window


Description:

[ Version ( since = "2.4" ) ]
public void set_use_drag_window (bool use_drag_window)

Sets whether this has a drag window.

When true the toolitem can be used as a drag source through drag_source_set. When this has a drag window it will intercept all events, even those that would otherwise be sent to a child of this.

Parameters:

this

a ToolItem

use_drag_window

Whether this has a drag window.