diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-15 23:04:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-16 00:24:50 +0300 |
commit | b1f8a2eaab592b59b5946bdbe38f0d8f775cc434 (patch) | |
tree | 96d80ba45ad1ddaf5038d983b90365854efb4753 /src/guichan/include | |
parent | dec741233dc709950fe542bcd4f69b254b33eb80 (diff) | |
download | plus-b1f8a2eaab592b59b5946bdbe38f0d8f775cc434.tar.gz plus-b1f8a2eaab592b59b5946bdbe38f0d8f775cc434.tar.bz2 plus-b1f8a2eaab592b59b5946bdbe38f0d8f775cc434.tar.xz plus-b1f8a2eaab592b59b5946bdbe38f0d8f775cc434.zip |
Add drop down widget for setup pages.
Known issue: popup listbox drawed under other widgets.
Diffstat (limited to 'src/guichan/include')
-rw-r--r-- | src/guichan/include/guichan/basiccontainer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/basiccontainer.hpp b/src/guichan/include/guichan/basiccontainer.hpp index b63b83cd8..998e1f601 100644 --- a/src/guichan/include/guichan/basiccontainer.hpp +++ b/src/guichan/include/guichan/basiccontainer.hpp @@ -132,7 +132,7 @@ namespace gcn * @see remove, clear */ virtual void clear(); - + /** * Draws the children widgets of the basic container. * |