gtkDragHighlight {RGtk2}R Documentation

gtkDragHighlight

Description

Draws a highlight around a widget. This will attach handlers to "expose_event" and "draw", so the highlight will continue to be displayed until gtkDragUnhighlight is called.

Usage

gtkDragHighlight(object)

Arguments

object [GtkWidget] a widget to highlight

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]