IconSource.setDirection

void setDirection(gtk.types.TextDirection direction)

Sets the text direction this icon source is intended to be used with.

Setting the text direction on an icon source makes no difference if the text direction is wildcarded. Therefore, you should usually call [gtk.icon_source.IconSource.setDirectionWildcarded] to un-wildcard it in addition to calling this function.

Parameters

directiontext direction this source applies to

Deprecated

Use #GtkIconTheme instead.