Method

GtkHSVget_metrics

since: 2.14

Declaration [src]

void
gtk_hsv_get_metrics (
  GtkHSV* hsv,
  gint* size,
  gint* ring_width
)

Description [src]

Queries the size and ring width of an HSV color selector.

Available since: 2.14

Parameters

size

Type: gint*

Return value for the diameter of the hue ring.

The argument will be set by the function.
ring_width

Type: gint*

Return value for the width of the hue ring.

The argument will be set by the function.