Style.drawString

Warning gtk_draw_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
drawString

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

x int

x origin

y int

y origin

string string

the string to draw

Meta