summaryrefslogtreecommitdiff
path: root/gladeui/glade-project.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-04-24 22:12:26 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-10-06 16:12:20 -0300
commitb4b114b1b17f80b2ce0f41ebca8c45de75171dd8 (patch)
treed0db338b152930a8565e09fdd5cc71aaf3809df2 /gladeui/glade-project.h
parent2d29c14479ad06f19d6c961479fcfcc0577880cd (diff)
downloadglade-b4b114b1b17f80b2ce0f41ebca8c45de75171dd8.tar.gz
Implemented inline margins edit mode. Now it is posible to change widget's margins
using the mouse. * gladeui/glade-design-layout.c: o fixed offscreen bg rendering bug (style context from the embedded widget should be used) o Implemented ACTIVITY_MARGINS o include widget margins on selection drawing * gladeui/glade-cursor.c: o made cursor->selector == NULL o Only set cursor if the current cursor is diferent * gladeui/glade-project.h: added GLADE_POINTER_MARGIN_MODE * gladeui/glade-placeholder.c: fixed function prototypes.
Diffstat (limited to 'gladeui/glade-project.h')
-rw-r--r--gladeui/glade-project.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gladeui/glade-project.h b/gladeui/glade-project.h
index ab589b00..1fa7b86e 100644
--- a/gladeui/glade-project.h
+++ b/gladeui/glade-project.h
@@ -34,6 +34,7 @@ typedef enum
GLADE_POINTER_SELECT = 0,
GLADE_POINTER_ADD_WIDGET,
GLADE_POINTER_DRAG_RESIZE
+ GLADE_POINTER_MARGIN_MODE
} GladePointerMode;
typedef enum