Class
Gnome::PrintContext
In:
gnomeprint/src/lib/gnomeprint2.rb
Parent:
Object
Methods
circle_to
image
rounded_rect
rounded_rect_filled
rounded_rect_stroked
Public Instance methods
circle_to
(x, y, radius)
image
(pixbuf) {|self, pixbuf| ...}
rounded_rect
(x, y, width, height, x_radius, y_radius=nil)
rounded_rect_filled
(x, y, width, height, x_radius, y_radius=nil)
rounded_rect_stroked
(x, y, width, height, x_radius, y_radius=nil)
[Validate]