| gtkPaintFocus {RGtk2} | R Documentation |
Draws a focus indicator around the given rectangle on window using the
given style.
gtkPaintFocus(object, window, state.type, area = NULL, widget = NULL, detail = NULL, x, y, width, height)
|
[GtkStyle] a GtkStyle |
|
[GdkWindow] a GdkWindow |
|
[GtkStateType] a state |
|
[GdkRectangle] clip rectangle, or NULL if the
output should not be clipped |
|
[GtkWidget] the widget (may be NULL) |
|
[character] a style detail (may be NULL) |
|
[integer] the x origin of the rectangle around which to draw a focus indicator |
|
[integer] the y origin of the rectangle around which to draw a focus indicator |
|
[integer] the width of the rectangle around which to draw a focus indicator |
|
[integer] the height of the rectangle around which to draw a focus indicator |
Derived by RGtkGen from GTK+ documentation