Method

BisCarouselset_allow_mouse_drag

Declaration [src]

void
bis_carousel_set_allow_mouse_drag (
  BisCarousel* self,
  gboolean allow_mouse_drag
)

Description [src]

Sets whether self can be dragged with mouse pointer.

If allow_mouse_drag is FALSE, dragging is only available on touch.

Available since:1.0

Parameters

allow_mouse_drag gboolean
 

Whether self can be dragged with mouse pointer.