3 This file is part of libmspgltk
4 Copyright © 2011 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #ifndef MSP_GLTK_ROW_H_
9 #define MSP_GLTK_ROW_H_
17 Arranges widgets in a single row.
19 class Row: public Layout
28 virtual Slot *create_slot(Widget &);