Skip to content

Commit

Permalink
update widgets.api.md with menubar changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Dec 20, 2024
1 parent ba56f3c commit d9a687b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions review/api/widgets.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ export class MenuBar extends Widget {
dispose(): void;
handleEvent(event: Event): void;
insertMenu(index: number, menu: Menu, update?: boolean): void;
protected isValidIndex(index: number): boolean;
get menus(): ReadonlyArray<Menu>;
protected onActivateRequest(msg: Message): void;
protected onAfterDetach(msg: Message): void;
Expand Down

0 comments on commit d9a687b

Please sign in to comment.