update titlebar

git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@2341 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock
2011-12-23 20:35:00 +00:00
parent f4b3ccecee
commit eede1abbca
10 changed files with 328 additions and 123 deletions
+7 -1
View File
@@ -14,6 +14,9 @@
-(void)createTrackingArea
{
return;
NSRect rect;
NSRect bounds;
@@ -46,11 +49,13 @@
}
-(void)updateTrackingAreas
{
[self createTrackingArea];
}
-(void)dealloc
{
[_trackingArea release];
@@ -58,7 +63,7 @@
[super dealloc];
}
/*
-(void)mouseEntered:(NSEvent *)theEvent
{
//NSLog(@"%s", sel_getName(_cmd));
@@ -74,5 +79,6 @@
[_titleBar fadeOut];
// animate title bar out.
}
*/
@end