home *** CD-ROM | disk | FTP | other *** search
- // !$*UTF8*$!
- {
- itemInfoByIdentifier = {
-
- PagesDrawer = {
- imageName = "PagesDrawer";
- label = "Pages";
- paletteLabel = "Pages";
- action = "showPageDrawer:";
- toolTip = "Show or hide the pages drawer";
- };
-
- ClearLog = {
- imageName = "ClearLog";
- label = "Clear Log";
- paletteLabel = "Clear Log";
- action = "flush:";
- toolTip = "Clear the contents of the output log for the currently selected page";
- };
-
- };
-
- defaultItemIdentifiers = ( PagesDrawer, NSToolbarFlexibleSpaceItem, ClearLog );
-
- allowedItemIdentifiers = ( PagesDrawer, ClearLog, NSToolbarFlexibleSpaceItem );
- }
-