paint_box
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" , replacement = "render_background" ) ]
public void paint_box (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget? widget, string? detail, int x, int y, int width, int height)
Warning: paint_box is deprecated since 3.0. Use render_background.
Draws a box on cr
with the given parameters.
Note:
Use render_frame and render_background instead
Parameters:
style |
a Style |
cr |
a Context |
state_type |
a state |
shadow_type |
the type of shadow to draw |
widget |
the widget |
detail |
a style detail |
x |
x origin of the box |
y |
y origin of the box |
width |
the width of the box |
height |
the height of the box |
Namespace: Gtk
Package: gtk+-3.0