version 1.65, 2002/04/16 23:12:29
|
version 1.66, 2002/04/17 07:38:31
|
Line 178 static NSString *PrintToolbarItemIdentif
|
Line 178 static NSString *PrintToolbarItemIdentif
|
[[self window] setAcceptsMouseMovedEvents: YES]; |
[[self window] setAcceptsMouseMovedEvents: YES]; |
|
|
[self setupToolbar]; |
[self setupToolbar]; |
| |
// 03/03/2002 mlj Changing strategy a bit here. The addTab: method was |
// 03/03/2002 mlj Changing strategy a bit here. The addTab: method was |
// duplicating a lot of the code found here. I have moved it to that method. |
// duplicating a lot of the code found here. I have moved it to that method. |
// We now remove the IB tab, then add one of our own. |
// We now remove the IB tab, then add one of our own. |
Line 194 static NSString *PrintToolbarItemIdentif
|
Line 194 static NSString *PrintToolbarItemIdentif
|
[mSidebarDrawer setDelegate: self]; |
[mSidebarDrawer setDelegate: self]; |
|
|
[self setupSidebarTabs]; |
[self setupSidebarTabs]; |
|
|
|
[mPersonalToolbar initializeToolbar]; |
} |
} |
|
|
- (void)drawerWillOpen: (NSNotification*)aNotification |
- (void)drawerWillOpen: (NSNotification*)aNotification |