paint_slider
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public void paint_slider (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget? widget, string? detail, int x, int y, int width, int height, Orientation orientation)
Warning: paint_slider is deprecated since 3.0.
Draws a slider in the given rectangle on cr
using the given style and orientation.
Note:
Use render_slider instead
Parameters:
style |
a Style |
cr |
a Context |
state_type |
a state |
shadow_type |
a shadow |
widget |
the widget |
detail |
a style detail |
x |
the x origin of the rectangle in which to draw a slider |
y |
the y origin of the rectangle in which to draw a slider |
width |
the width of the rectangle in which to draw a slider |
height |
the height of the rectangle in which to draw a slider |
orientation |
the orientation to be used |
Namespace: Gtk
Package: gtk+-3.0