Method GDK1.Drawable()->draw_point()
- Method draw_point
 GDK1.Drawabledraw_point(GDK1.GCgc,intx,inty)- Description
 img_begin w = GTK1.DrawingArea()->set_usize(10,10); delay: g = GDK1.GC(w)->set_foreground( GDK1.Color(255,0,0) ); delay: for(int x = 0; x<10; x++) w->draw_point(g, x, x); img_end