gtkToolPaletteSetGroupPosition {RGtk2}R Documentation

gtkToolPaletteSetGroupPosition

Description

Sets the position of the group as an index of the tool palette. If position is 0 the group will become the first child, if position is -1 it will become the last child.

Usage

gtkToolPaletteSetGroupPosition(object, group, position)

Arguments

object

a GtkToolPalette

group

a GtkToolItemGroup which is a child of palette

position

a new index for group

Details

Since 2.20

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]