]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/layout.h
Comment and style updates
[libs/gltk.git] / source / layout.h
index 7ae3907c772d740f0ad1ab3e28386f5bc0042213..0ea47a11c3bdbcef50821bf619ed361b09d48ad5 100644 (file)
@@ -140,8 +140,16 @@ public:
 
        void set_container(Container &);
        void set_margin(const Sides &);
+
+       /** Sets the default spacing between widgets in bothg directions. */
        void set_spacing(unsigned);
+
+       /** Sets the default vertical spacing between widgets.  Affects the ABOVE
+       and BELOW constraints. */
        void set_row_spacing(unsigned);
+
+       /** Sets the default horizontal spacing between widgets.  Affects the
+       LEFT_OF and RIGHT_OF constraints. */
        void set_column_spacing(unsigned);
 
        void add_widget(Widget &);