Toolbar.insertSpace

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

class Toolbar
void
insertSpace
()

Parameters

position int

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

Meta