diff options
Diffstat (limited to 'Source/SPPreferencePaneProtocol.h')
-rw-r--r-- | Source/SPPreferencePaneProtocol.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPPreferencePaneProtocol.h b/Source/SPPreferencePaneProtocol.h index a9d67598..e00e12ec 100644 --- a/Source/SPPreferencePaneProtocol.h +++ b/Source/SPPreferencePaneProtocol.h @@ -79,4 +79,9 @@ */ - (BOOL)preferencePaneAllowsResizing; +/** + * Called shortly before the preference pane will be made visible + */ +- (void)preferencePaneWillBeShown; + @end |