gtkTreeSelectionSetSelectFunction: gtkTreeSelectionSetSelectFunction

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Sets the selection function. If set, this function is called before any node is selected or unselected, giving some control over which nodes are selected. The select function should return TRUE if the state of the node may be toggled, and FALSE if the state of the node should be left unchanged.

Usage

1

Arguments

object

A GtkTreeSelection.

func

The selection function.

data

The selection function's data.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.