Method

FoundryAdwTreeExpanderset_paintable

unstable since: 1.1

Declaration [src]

void
foundry_tree_expander_set_paintable (
  FoundryTreeExpander* self,
  GdkPaintable* paintable
)

Description [src]

Sets the paintable for the row.

If set, this paintable will be preferred over the icon/icon-name properties.

Available since: 1.1

Parameters

paintable

Type: GdkPaintable

A GdkPaintable or NULL.

The argument can be NULL.
The data is owned by the caller of the method.