void set_container(Container &);
void set_margin(const Sides &);
- /** Sets the default spacing between widgets in bothg directions. */
+ /** Sets the default spacing between widgets in both directions. */
void set_spacing(unsigned);
/** Sets the default vertical spacing between widgets. Affects the ABOVE
public:
void append(const T &v) { insert(items.size(), v); }
- void insert(unsigned i, const T & v)
+ void insert(unsigned i, const T &v)
{
if(i>items.size())
throw std::out_of_range("ListDataStore::insert");