gtkCListColumnTitlePassive {RGtk2}R Documentation

gtkCListColumnTitlePassive

Description

Causes the specified column title button to become passive, i.e., does not respond to events, such as the user clicking on it. WARNING: gtk_clist_column_title_passive is deprecated and should not be used in newly-written code.

Usage

gtkCListColumnTitlePassive(object, column)

Arguments

object

The GtkCList to affect.

column

The column to make passive, counting from 0.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]