Constructor
new BlockerIcons(path)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
path |
string | path to the extension's installation directory. |
Classes
Members
acquiring :Gio.Icon
- Source:
Type:
- Gio.Icon
brand
- Description:
- Gets Blocker's brand icon.
- Source:
Gets Blocker's brand icon.
disabled :Gio.Icon
- Source:
Type:
- Gio.Icon
enabled :Gio.Icon
- Source:
Type:
- Gio.Icon
failure :Gio.Icon
- Source:
Type:
- Gio.Icon
Methods
destroy() → {void}
- Description:
- Destroys the object.
- Source:
Returns:
- Type
- void
select(enabled) → {Gio.Icon}
- Description:
- Selects an appropriate icon depending on Blocker's enablement status.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
enabled |
boolean | whether Blocker is enabled or not. |
Returns:
Blocker's enabled or disabled icon.
- Type
- Gio.Icon