Enumeration

StIconStyle

Declaration

enum St.IconStyle

Description [src]

Used to specify options when looking up icons.

Members

ST_ICON_STYLE_REQUESTED

Lookup the style requested in the icon name.

  • Value: 0
  • Available since: 14
ST_ICON_STYLE_REGULAR

Try to always load regular icons, even when symbolic icon names are given.

  • Value: 1
  • Available since: 14
ST_ICON_STYLE_SYMBOLIC

Try to always load symbolic icons, even when regular icon names are given.

  • Value: 2
  • Available since: 14