MCPcopy Index your code
hub / github.com/corecoding/Vitals / _createRoundButton

Method _createRoundButton

extension.js:456–466  ·  view source on GitHub ↗
(iconName)

Source from the content-addressed store, hash-verified

454 }
455
456 _createRoundButton(iconName) {
457 let button = new St.Button({
458 style_class: 'message-list-clear-button button vitals-button-action'
459 });
460
461 button.child = new St.Icon({
462 icon_name: iconName
463 });
464
465 return button;
466 }
467
468 _removeMissingHotSensors(hotSensors) {
469 for (let i = hotSensors.length - 1; i >= 0; i--) {

Callers 1

_initializeMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected