diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-01-31 08:36:46 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-01-31 08:36:46 +0000 |
commit | f21da65fd163dc94e5440fbf21ba97c7825df39e (patch) | |
tree | 91936b30ae750b153e925d13647a6696a3b0cf02 /libsylph | |
parent | f319e36f2e97904017924de7a5281d2cae4b2900 (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.h | 3 |
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 |