Style.paintString

Warning gtk_paint_string has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_paint_layout() instead. Draws a text string on window with the given parameters.

class Style
void
paintString

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

area Rectangle

clip rectangle, or NULL if the output should not be clipped. [allow-none]

widget Widget

the widget. [allow-none]

detail string

a style detail. [allow-none]

x int

x origin

y int

y origin

string string

the string to draw

Meta