]> git.llucax.com Git - z.facultad/75.42/figuras.git/blobdiff - figura.cpp
Se agregan callbacks dummy para los radio buttons.
[z.facultad/75.42/figuras.git] / figura.cpp
index 92df1d933d2e229c625d63198b0699632c68553b..c6ad541fa576ee3f12e9123e16fce7298e0b54ff 100644 (file)
@@ -49,10 +49,9 @@ Figura::~Figura(void) {
 #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);
 }