// // UIToolbarAdditions.h // p4scout // // Created by Work on 1/27/09. // Copyright 2009 Perforce Software, Inc. All rights reserved. // #import <Foundation/Foundation.h> @interface UIToolbar (UIToolbarAdditions) -(void)insertItem:(UIBarItem *)item inItemsAtIndex:(int)index animated:(BOOL)animated; -(void)removeItemFromItemsAtIndex:(int)index animated:(BOOL)animated; -(void)removeItem:(UIBarItem*)item fromItemsAnimated:(BOOL)animated; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 20722 | jdputsch | initial branch, prep for -Zapp= support | ||
//guest/michael_bishop/MacMenu/src/P4API/p4objc/sample/source/UIToolbarAdditions.h | |||||
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |