gtkDrawFocus {RGtk2} | R Documentation |
Draws a focus indicator around the given rectangle on window
using the
given style.
WARNING: gtk_draw_focus
is deprecated and should not be used in newly-written code. Use gtkPaintFocus
instead.
gtkDrawFocus(object, window, x, y, width, height)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[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