1
Fork 0
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:
Nico Weber 2024-01-16 20:53:55 -05:00 committed by Sam Atkins
parent 1845a406ea
commit b5aef8e404
5 changed files with 50 additions and 0 deletions

View file

@ -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;