gtkToolbarRemoveSpace {RGtk2}R Documentation

gtkToolbarRemoveSpace

Description

Removes a space from the specified position. WARNING: gtk_toolbar_remove_space has been deprecated since version 2.4 and should not be used in newly-written code. Use gtkToolbarInsert instead.

Usage

gtkToolbarRemoveSpace(object, position)

Arguments

object

a GtkToolbar.

position

the index of the space to remove.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]