module/class index - library_index

Gdk::Drawable

Class Description

A class correspond to GdkDrawable in GDK

The drawing methods such as draw_xxxx in this class take Gdk::GCobject as 1st argument.

Super Class

Instance Methods

draw_arc(gc, filled, x, y, width, height, angle1, angle2)
[no descrption]
draw_bitmap(gc, src, xsrc, ysrc, xdest, ydest, width, height)
[no descrption]
draw_image(gc, src, xsrc, ysrc, xdest, ydest, width, height)
[no descrption]
draw_line(gc, x1, y1, x2, y2)

Draw a line from ( x1, y1) to( x2, y2).

draw_lines(gc, points)
[no descrption]
draw_pixmap(gc, src, xsrc, ysrc, xdest, ydest, width, height)
[no descrption]
draw_point(gc, x, y)

Draw a point at ( x, y).

draw_points(gc, points)
[no descrption]
draw_polygon(gc, filled, points)
[no descrption]
draw_rectangle(gc, filled, x, y, width, height)

Draw a rectangle. Argument filledspecifieswhether fill within the rectangle as trueor false.

draw_segments(gc, segs)
[no descrption]
draw_string(font, gc, x, y, string)
draw_text(font, gc, x, y, text)

draw_text is alias of draw_string.


module/class index - library_index

Generated at Sun Jan 30 07:23:35 JST 2000 by rubyapi2