#endif
}
-void Figura::dibujar(std::ostream& out) const {
- out << "color(" << color << "), grosor(" << grosor
- << "), nombre(" << nombre << "), centro(";
- centro.dibujar(out);
- out << ")";
+void Figura::dibujar(GtkWidget* widget) const {
+ //out << "color(" << color << "), grosor(" << grosor
+ // << "), nombre(" << nombre << "), centro(";
+ //centro.dibujar(out);
}