Style.drawLayout

Warning gtk_draw_layout is deprecated and should not be used in newly-written code. Draws a layout on window using the given parameters.

class Style
void
drawLayout

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

useText int

whether to use the text or foreground graphics context of style

x int

x origin

y int

y origin

layout PgLayout

the layout to draw

Meta