Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkTreeViewColumnSetClickable: gtkTreeViewColumnSetClickable
Description
Sets the header to be active if
active
is
TRUE
. When the header is active, then it can take keyboard focus, and can be clicked.
Usage
gtkTreeViewColumnSetClickable(object, active)
Arguments
object
A
GtkTreeViewColumn
.
active
TRUE
if the header is active.