MCPcopy Index your code
hub / github.com/material-shell/material-shell / StyleMenu

Interface StyleMenu

src/layout/verticalPanel/workspaceList.ts:194–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194interface StyleMenu {
195 menu: PopupMenu.PopupMenu;
196 panelIconStyleHybridRadio: PopupMenu.PopupBaseMenuItem;
197 panelIconStyleCategoryRadio: PopupMenu.PopupBaseMenuItem;
198 panelIconStyleApplicationRadio: PopupMenu.PopupBaseMenuItem;
199 subMenu: PopupMenu.PopupSubMenuMenuItem;
200
201 disconnectSignals(): void;
202}
203@registerGObjectClass
204export class WorkspaceButton extends MatButton {
205 static metaInfo: GObject.MetaInfo<any, any, any> = {

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected