| 21 | const BUTTON_SIZE = 124; |
| 22 | @registerGObjectClass |
| 23 | export class MsApplicationLauncher extends St.Widget { |
| 24 | static metaInfo: GObject.MetaInfo<any, any, any> = { |
| 25 | GTypeName: 'MsApplicationLauncher', |
| 26 | CssName: 'MsApplicationLauncher', |
nothing calls this directly
no outgoing calls
no test coverage detected