Description Usage Arguments Author(s)
Draws a text string on window
with the given parameters.
WARNING: gtk_paint_string
has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkPaintLayout
instead.
1 2 | gtkPaintString(object, window, state.type, area = NULL, widget = NULL,
detail = NULL, x, y, string)
|
|
a |
|
a |
|
a state |
|
clip rectangle, or |
|
the widget. [ allow-none ] |
|
a style detail. [ allow-none ] |
|
x origin |
|
y origin |
|
the string to draw |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.