Style.paintLayout

Draws a layout on window using the given parameters.

class Style
void
paintLayout

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

useText int

whether to use the text or foreground graphics context of style

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

layout PgLayout

the layout to draw

Meta