IconSource.setDirectionWildcarded

If the text direction is wildcarded, this source can be used as the base image for an icon in any GtkTextDirection If the text direction is not wildcarded, then the text direction the icon source applies to should be set with IconSource.setDirection, and the icon source will only be used with that text direction.

gtk.IconSet prefers non-wildcarded sources (exact matches) over wildcarded sources, and will use an exact match when possible.

More...
class IconSource
void
setDirectionWildcarded
(
bool setting
)

Parameters

setting bool

TRUE to wildcard the text direction

Detailed Description

Deprecated: Use gtk.IconTheme instead.