1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00

MacPDF: Add a toolbar with a standard sidebar button

This commit is contained in:
Nico Weber 2023-10-03 10:03:16 -04:00 committed by Andreas Kling
parent 1f1a596a46
commit ae1b179474
2 changed files with 27 additions and 1 deletions

View file

@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
@class MacPDFDocument;
@interface MacPDFWindowController : NSWindowController <MacPDFViewDelegate>
@interface MacPDFWindowController : NSWindowController <MacPDFViewDelegate, NSToolbarDelegate>
- (instancetype)initWithDocument:(MacPDFDocument*)document;
- (IBAction)showGoToPageDialog:(id)sender;