gtkToolPaletteSetExclusive {RGtk2}R Documentation

gtkToolPaletteSetExclusive

Description

Sets whether the group should be exclusive or not. If an exclusive group is expanded all other groups are collapsed.

Usage

gtkToolPaletteSetExclusive(object, group, exclusive)

Arguments

object

a GtkToolPalette

group

a GtkToolItemGroup which is a child of palette

exclusive

whether the group should be exclusive or not

Details

Since 2.20

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]