Pike v8.0 release 1738

Method GDK1.Drawable()->draw_point()


Method draw_point

GDK1.Drawable draw_point(GDK1.GC gc, int x, int y)

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