Method

GtkScaleget_layout

since: 2.4

Declaration [src]

PangoLayout*
gtk_scale_get_layout (
  GtkScale* scale
)

Description [src]

Gets the PangoLayout used to display the scale. The returned object is owned by the scale so does not need to be freed by the caller.

Available since: 2.4

Return value

Type: PangoLayout

The PangoLayout for this scale, or NULL if the GtkScale:draw-value property is FALSE.

The returned data is owned by the instance.
The return value can be NULL.