diff options
Diffstat (limited to 'src/Container.hh')
-rw-r--r-- | src/Container.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Container.hh b/src/Container.hh index f620d3a..6880aa3 100644 --- a/src/Container.hh +++ b/src/Container.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: Container.hh,v 1.4 2003/12/12 14:35:34 fluxgen Exp $ | 23 | // $Id: Container.hh,v 1.5 2003/12/23 01:55:07 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef CONTAINER_HH | 25 | #ifndef CONTAINER_HH |
26 | #define CONTAINER_HH | 26 | #define CONTAINER_HH |
@@ -55,6 +55,8 @@ public: | |||
55 | void setMaxSizePerClient(unsigned int size); | 55 | void setMaxSizePerClient(unsigned int size); |
56 | void setAlignment(Alignment a); | 56 | void setAlignment(Alignment a); |
57 | 57 | ||
58 | Item back() { return m_item_list.back(); } | ||
59 | |||
58 | /// force update | 60 | /// force update |
59 | inline void update() { repositionItems(); } | 61 | inline void update() { repositionItems(); } |
60 | /// so we can add items without having an graphic update for each item | 62 | /// so we can add items without having an graphic update for each item |