IconThemeGroup.hidden

Whether to hide the theme in a theme selection user interface.

  1. bool hidden()
    class IconThemeGroup
    @nogc @safe const nothrow pure
    bool
    hidden
    ()
  2. bool hidden(bool hide)

Return Value

Type: bool

The value associated with "Hidden" key converted to bool using isTrue.

Meta