From caaac57631bda3df581eac462cddd9473bc05b28 Mon Sep 17 00:00:00 2001 From: akissinger Date: Mon, 16 Jan 2012 17:00:11 +0000 Subject: graphs now store edges and nodes in an array, GraphicsView has actions for re-ordering the z-index of nodes and edges git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@380 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- tikzit/src/osx/GraphicsView.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tikzit/src/osx/GraphicsView.h') diff --git a/tikzit/src/osx/GraphicsView.h b/tikzit/src/osx/GraphicsView.h index ddd005f..e963ac7 100644 --- a/tikzit/src/osx/GraphicsView.h +++ b/tikzit/src/osx/GraphicsView.h @@ -121,6 +121,7 @@ typedef enum { - (void)copy:(id)sender; - (void)paste:(id)sender; - (void)delete:(id)sender; +- (void)bringForward:(id)sender; - (void)flipHorizonal:(id)sender; - (void)flipVertical:(id)sender; - (void)reverseEdgeDirection:(id)sender; -- cgit v1.2.3