Method
GtkSnapshotrender_focus
deprecated: 4.10
Declaration [src]
void
gtk_snapshot_render_focus (
  GtkSnapshot* snapshot,
  GtkStyleContext* context,
  double x,
  double y,
  double width,
  double height
)
Description [src]
Creates a render node for the focus outline according to context,
and appends it to the current node of snapshot, without changing
the current node.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
- context
- 
            Type: GtkStyleContextThe style context that defines the focus ring. The data is owned by the caller of the method. 
- x
- 
            Type: doubleX origin of the rectangle. 
- y
- 
            Type: doubleY origin of the rectangle. 
- width
- 
            Type: doubleRectangle width. 
- height
- 
            Type: doubleRectangle height.