gtkToolbarInsertSpace {RGtk2}R Documentation

gtkToolbarInsertSpace

Description

Inserts a new space in the toolbar at the specified position. WARNING: gtk_toolbar_insert_space is deprecated and should not be used in newly-written code.

Usage

gtkToolbarInsertSpace(object, position)

Arguments

object [GtkToolbar] a GtkToolbar
position [integer] the number of widgets after which a space should be inserted.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]