Method

GtkToolItemset_use_drag_window

since: 2.4

Declaration [src]

void
gtk_tool_item_set_use_drag_window (
  GtkToolItem* tool_item,
  gboolean use_drag_window
)

Description [src]

Sets whether tool_item has a drag window. When TRUE the toolitem can be used as a drag source through gtk_drag_source_set(). When tool_item has a drag window it will intercept all events, even those that would otherwise be sent to a child of tool_item.

Available since: 2.4

Parameters

use_drag_window

Type: gboolean

Whether tool_item has a drag window.