Den 2017-03-10 kl. 10:40, skrev Daniel Boles:I don't think it has been considered, and certainly not rejected. It's a good idea. A lot of details can be discussed. There could be Gtk::Container::add(std::initializer_list<Gtk::Widget*> widgets);It would be even better with a list of references: std::initializer_list<Gtk::Widget&>. Is that possible, or would the compiler try to copy the widgets? |