paint_layout
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public void paint_layout (Style style, Context cr, StateType state_type, bool use_text, Widget? widget, string? detail, int x, int y, Layout layout)
Warning: paint_layout is deprecated since 3.0.
Draws a layout on cr
using the given parameters.
Note:
Use render_layout instead
Parameters:
style |
a Style |
cr |
a Context |
state_type |
a state |
use_text |
whether to use the text or foreground graphics context of |
widget |
the widget |
detail |
a style detail |
x |
x origin |
y |
y origin |
layout |
the layout to draw |
Namespace: Gtk
Package: gtk+-3.0