Description Usage Arguments Details Author(s)
Draws an axis-aligned rectangle in user space coordinates with the
specified PangoRenderer
.
1 | pangoRendererDrawRectangle(object, part, x, y, width, height)
|
|
[ |
|
[ |
|
[integer] X position at which to draw rectangle, in user space coordinates in Pango units |
|
[integer] Y position at which to draw rectangle, in user space coordinates in Pango units |
|
[integer] width of rectangle in Pango units in user space coordinates |
|
[integer] height of rectangle in Pango units in user space coordinates |
This should be called while renderer
is already active. Use
pangoRendererActivate
to activate a renderer.
Since 1.8
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.