]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/geometry.h
Add a persistent view size attribute to List
[libs/gltk.git] / source / geometry.h
index ed18e549d0519d40352fda49bfe0a6021805c800..1451a0633e23b5b1107b1ae39f91338820e170ce 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007, 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_GEOMETRY_H_
 #define MSP_GLTK_GEOMETRY_H_
 
@@ -37,6 +30,9 @@ struct Sides
        {
        public:
                Loader(Sides &);
+       private:
+               void horizontal(unsigned);
+               void vertical(unsigned);
        };
 
        unsigned top;