diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-18 08:45:44 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-18 08:45:44 (GMT) |
commit | a30a14ef36bda4ecfd8116963f641e8729350ab8 (patch) | |
tree | 2b59e55194ea0ac12663ccdf04d0010d31d46345 /src/FbTk/Container.hh | |
parent | a23778a44d2469fdc414884f5fe72fde09c100cc (diff) | |
download | fluxbox_pavel-a30a14ef36bda4ecfd8116963f641e8729350ab8.zip fluxbox_pavel-a30a14ef36bda4ecfd8116963f641e8729350ab8.tar.bz2 |
add top, left, right, and bottom center tab placement options
Diffstat (limited to 'src/FbTk/Container.hh')
-rw-r--r-- | src/FbTk/Container.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Container.hh b/src/FbTk/Container.hh index 2a97f7f..00f2c88 100644 --- a/src/FbTk/Container.hh +++ b/src/FbTk/Container.hh | |||
@@ -38,7 +38,7 @@ class Container: public FbWindow, public EventHandler, private NotCopyable { | |||
38 | public: | 38 | public: |
39 | // LEFT, RIGHT => fixed total width, fixed icon size | 39 | // LEFT, RIGHT => fixed total width, fixed icon size |
40 | // RELATIVE => fixed total width, relative/variable icon size | 40 | // RELATIVE => fixed total width, relative/variable icon size |
41 | enum Alignment { LEFT, RELATIVE, RIGHT }; | 41 | enum Alignment { LEFT, CENTER, RIGHT, RELATIVE }; |
42 | typedef Button * Item; | 42 | typedef Button * Item; |
43 | typedef const Button * ConstItem; | 43 | typedef const Button * ConstItem; |
44 | typedef std::list<Item> ItemList; | 44 | typedef std::list<Item> ItemList; |