Method

GtkRangeset_min_slider_size

deprecated: 3.20 since: 2.20

Declaration [src]

void
gtk_range_set_min_slider_size (
  GtkRange* range,
  gint min_size
)

Description [src]

Sets the minimum size of the range’s slider.

This function is useful mainly for GtkRange subclasses.

Available since: 2.20

Deprecated since: 3.20

Use the min-height/min-width CSS properties on the slider node.

Parameters

min_size

Type: gint

The slider’s minimum size.