From 7fc9f03681245fcf04dee4f3392931f58f9c755b Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Mon, 25 Nov 2002 04:17:02 +0000 Subject: [PATCH] Added menu icons for order, rotation, and flipping commands. Split Align submenu, into Horizontal and Vertical submenus. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@184 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- glabels2/src/glabels-ui.xml | 67 +++++++++++++++++++++---------------- glabels2/src/stock.c | 25 ++++++++++---- glabels2/src/stock.h | 6 ++++ glabels2/src/ui.c | 6 ++-- 4 files changed, 67 insertions(+), 37 deletions(-) diff --git a/glabels2/src/glabels-ui.xml b/glabels2/src/glabels-ui.xml index 57ade849..93000ccc 100644 --- a/glabels2/src/glabels-ui.xml +++ b/glabels2/src/glabels-ui.xml @@ -142,22 +142,28 @@ pixtype="stock" pixname="gtk-properties"/> + _tip="Raise object to top" + pixtype="stock" pixname="gl_stock_order_top"/> + _tip="Lower object to bottom" + pixtype="stock" pixname="gl_stock_order_bottom"/> + _tip="Rotate object 90 counter-clockwise" + pixtype="stock" pixname="gl_stock_rotate_left"/> + _tip="Rotate object 90 clockwise" + pixtype="stock" pixname="gl_stock_rotate_right"/> + _tip="Flip object horizontally" + pixtype="stock" pixname="gl_stock_flip_horiz"/> + _tip="Flip object vertically" + pixtype="stock" pixname="gl_stock_flip_vert"/>