Method
StWidgetpaint_background
Declaration [src]
void
st_widget_paint_background (
StWidget* widget,
ClutterPaintContext* paint_context
)
Description [src]
Paint the background of the widget. This is meant to be called by subclasses of StWidget that need to paint the background without painting children.
Parameters
paint_context
-
Type:
ClutterPaintContext
No description available.
The data is owned by the caller of the method.