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:
parent
1f1a596a46
commit
ae1b179474
2 changed files with 27 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue