Browser selection now populates the menu. Selection is not used and not saved for now.

This commit is contained in:
michael starke
2014-02-13 23:47:14 +01:00
parent d98f4b40da
commit 5d64951ef2
5 changed files with 53 additions and 34 deletions

View File

@@ -20,5 +20,9 @@
@optional
- (NSString *)label;
- (NSImage *)image;
/* Called when the tab is about to be selected and displayed */
- (void)willSelectTab;
/* Called whent the tab was selected and is being displayed */
- (void)didSelectTab;
@end