Revision: 3790
http://skim-app.svn.sourceforge.net/skim-app/?rev=3790&view=rev
Author: hofman
Date: 2008-04-22 10:34:26 -0700 (Tue, 22 Apr 2008)
Log Message:
-----------
Ignore accessibility in all animated borderless windows and custom tool tip
windows.
Modified Paths:
--------------
trunk/SKAnimatedBorderlessWindow.m
trunk/SKNavigationWindow.m
trunk/SKPDFHoverWindow.m
Modified: trunk/SKAnimatedBorderlessWindow.m
===================================================================
--- trunk/SKAnimatedBorderlessWindow.m 2008-04-22 17:20:10 UTC (rev 3789)
+++ trunk/SKAnimatedBorderlessWindow.m 2008-04-22 17:34:26 UTC (rev 3790)
@@ -64,6 +64,8 @@
- (BOOL)canBecomeMainWindow { return NO; }
+- (BOOL)accessibilityIsIgnored { return YES; }
+
- (void)willClose {}
- (float)defaultAlphaValue { return 1.0; }
Modified: trunk/SKNavigationWindow.m
===================================================================
--- trunk/SKNavigationWindow.m 2008-04-22 17:20:10 UTC (rev 3789)
+++ trunk/SKNavigationWindow.m 2008-04-22 17:34:26 UTC (rev 3790)
@@ -202,6 +202,10 @@
return view;
}
+- (BOOL)accessibilityIsIgnored {
+ return YES;
+}
+
@end
@implementation SKNavigationToolTipView
Modified: trunk/SKPDFHoverWindow.m
===================================================================
--- trunk/SKPDFHoverWindow.m 2008-04-22 17:20:10 UTC (rev 3789)
+++ trunk/SKPDFHoverWindow.m 2008-04-22 17:34:26 UTC (rev 3790)
@@ -405,8 +405,4 @@
return screen;
}
-- (BOOL)accessibilitIsIgnored {
- return YES;
-}
-
@end
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit