Skip to content

Commit

Permalink
add PopupMenuBase._getMenuItems()
Browse files Browse the repository at this point in the history
  • Loading branch information
flexagoon committed Sep 14, 2024
1 parent e8b7142 commit 5afc10e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gnome-shell/src/ui/popupMenu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export class PopupMenuBase<S extends Signals.SignalMap<S> = PopupMenuBase.Signal
readonly firstMenuItem: PopupBaseMenuItem | PopupMenuSection;
readonly numMenuItems: number;

_getMenuItems(): (PopupBaseMenuItem | PopupMenuSection)[]
getSensitive(): boolean;
setSensitive(sensitive: boolean): void;
addAction(title: string, callback: () => void, icon?: Gio.Icon): void;
Expand Down

0 comments on commit 5afc10e

Please sign in to comment.