gtkToolbarInsertSpace {RGtk2}R Documentation

gtkToolbarInsertSpace

Description

Inserts a new space in the toolbar at the specified position. WARNING: gtk_toolbar_insert_space has been deprecated since version 2.4 and should not be used in newly-written code. Use gtkToolbarInsert instead.

Usage

gtkToolbarInsertSpace(object, position)

Arguments

object

a GtkToolbar

position

the number of widgets after which a space should be inserted.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]