From 31ff43125b0629b688a36c2a97c233ec878b3fbc Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Fri, 27 Jan 2012 19:24:50 +0000 Subject: GTK: bring forward / send back support Waiting on the graph changes to be implemented for it to be done properly (currently no undo/redo and the graph doesn't redraw properly) git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@403 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- tikzit/src/gtk/TikzDocument.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tikzit/src/gtk/TikzDocument.h') diff --git a/tikzit/src/gtk/TikzDocument.h b/tikzit/src/gtk/TikzDocument.h index 2e29677..93e6173 100644 --- a/tikzit/src/gtk/TikzDocument.h +++ b/tikzit/src/gtk/TikzDocument.h @@ -153,6 +153,10 @@ - (void) insertGraph:(Graph*)g; - (void) flipSelectedNodesHorizontally; - (void) flipSelectedNodesVertically; +- (void) bringSelectionForward; +- (void) bringSelectionToFront; +- (void) sendSelectionBackward; +- (void) sendSelectionToBack; - (BOOL) saveCopyToPath: (NSString*)path error: (NSError**)error; - (BOOL) saveToPath: (NSString*)path error: (NSError**)error; -- cgit v1.2.3