diff 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; |