Function
Gtkpaint_extension
deprecated: 3.0
Declaration [src]
void
gtk_paint_extension(
GtkStyle*style,
cairo_t*cr,
GtkStateTypestate_type,
GtkShadowTypeshadow_type,
GtkWidget*widget,
constgchar*detail,
gintx,
ginty,
gintwidth,
gintheight,
GtkPositionTypegap_side
)
Description [src]
Draws an extension, i.e. a notebook tab.
Deprecated since: 3.0
Use gtk_render_extension() instead.
Parameters
style-
Type:
GtkStyleA
GtkStyle.The data is owned by the caller of the function. cr-
Type:
A #cairo_t.
The data is owned by the caller of the function. state_type-
Type:
GtkStateTypeA state.
shadow_type-
Type:
GtkShadowTypeType of shadow to draw.
widget-
Type:
GtkWidgetThe widget.
The argument can beNULL.The data is owned by the caller of the function. detail-
Type:
const gchar*A style detail.
The argument can beNULL.The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string. x-
Type:
gintX origin of the extension.
y-
Type:
gintY origin of the extension.
width-
Type:
gintWidth of the extension.
height-
Type:
gintWidth of the extension.
gap_side-
Type:
GtkPositionTypeThe side on to which the extension is attached.