summaryrefslogtreecommitdiff
path: root/libmate-panel-applet/mate-panel-applet.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-06-25 11:26:17 +0200
committerStefano Karapetsas <[email protected]>2014-06-25 11:26:17 +0200
commit67c9f12a0d4188b546284efec2d0cd1b90f9052d (patch)
treed91e012aa6489f8e227bbc0d769c8130923dc2f6 /libmate-panel-applet/mate-panel-applet.h
parent4a769cc810d949623d9f489f244092407c924882 (diff)
parent5185103c7acac7f6f291bbd5f7c969c8809237e7 (diff)
downloadmate-panel-67c9f12a0d4188b546284efec2d0cd1b90f9052d.tar.bz2
mate-panel-67c9f12a0d4188b546284efec2d0cd1b90f9052d.tar.xz
Merge pull request #212 from rilian-la-te/fix_expand
Fix expand
Diffstat (limited to 'libmate-panel-applet/mate-panel-applet.h')
-rw-r--r--libmate-panel-applet/mate-panel-applet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmate-panel-applet/mate-panel-applet.h b/libmate-panel-applet/mate-panel-applet.h
index 1190b4bb..1eb84a14 100644
--- a/libmate-panel-applet/mate-panel-applet.h
+++ b/libmate-panel-applet/mate-panel-applet.h
@@ -42,6 +42,8 @@ typedef enum {
MATE_PANEL_APPLET_ORIENT_DOWN,
MATE_PANEL_APPLET_ORIENT_LEFT,
MATE_PANEL_APPLET_ORIENT_RIGHT
+#define MATE_PANEL_APPLET_ORIENT_FIRST MATE_PANEL_APPLET_ORIENT_UP
+#define MATE_PANEL_APPLET_ORIENT_LAST MATE_PANEL_APPLET_ORIENT_RIGHT
} MatePanelAppletOrient;
#define PANEL_TYPE_APPLET (mate_panel_applet_get_type ())
@@ -62,6 +64,7 @@ typedef enum {
MATE_PANEL_APPLET_EXPAND_MAJOR = 1 << 0,
MATE_PANEL_APPLET_EXPAND_MINOR = 1 << 1,
MATE_PANEL_APPLET_HAS_HANDLE = 1 << 2
+#define MATE_PANEL_APPLET_FLAGS_ALL (MATE_PANEL_APPLET_EXPAND_MAJOR|MATE_PANEL_APPLET_EXPAND_MINOR|MATE_PANEL_APPLET_HAS_HANDLE)
} MatePanelAppletFlags;
typedef struct _MatePanelApplet MatePanelApplet;