aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-31 08:36:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-31 08:36:46 +0000
commitf21da65fd163dc94e5440fbf21ba97c7825df39e (patch)
tree91936b30ae750b153e925d13647a6696a3b0cf02 /libsylph
parentf319e36f2e97904017924de7a5281d2cae4b2900 (diff)
added the option 'Text at the right of icon' for the toolbar.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1516 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/enums.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/enums.h b/libsylph/enums.h
index 2e304c86..df95aa0b 100644
--- a/libsylph/enums.h
+++ b/libsylph/enums.h
@@ -25,7 +25,8 @@ typedef enum
TOOLBAR_NONE,
TOOLBAR_ICON,
TOOLBAR_TEXT,
- TOOLBAR_BOTH
+ TOOLBAR_BOTH,
+ TOOLBAR_BOTH_HORIZ
} ToolbarStyle;
typedef enum