mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 15:47:35 +00:00
MacPDF: Add Debug menu items to hook up Clip Images/Paths settings
This commit is contained in:
parent
1845a406ea
commit
b5aef8e404
5 changed files with 50 additions and 0 deletions
|
@ -22,6 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
- (IBAction)goToNextPage:(id)sender;
|
||||
- (IBAction)goToPreviousPage:(id)sender;
|
||||
- (IBAction)toggleShowClippingPaths:(id)sender;
|
||||
- (IBAction)toggleClipImages:(id)sender;
|
||||
- (IBAction)toggleClipPaths:(id)sender;
|
||||
- (IBAction)showGoToPageDialog:(id)sender;
|
||||
|
||||
- (void)pdfDidInitialize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue