gtkListUnselectChild {RGtk2}R Documentation

gtkListUnselectChild

Description

Unselects the given child. The signal GtkList::unselect-child will be emitted. WARNING: gtk_list_unselect_child is deprecated and should not be used in newly-written code.

Usage

gtkListUnselectChild(object, child)

Arguments

object [GtkList] the list widget.
child [GtkWidget] the child to unselect.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]