GtkToolbar::insert_space
void insert_space(int position);
Inserts a spacer element at the given position to make a
visible gap between 2 groups of toolbar items. The minimum
value is 0, and the maximum is the number of items which
are attached to the toolbar.
In the end, insert_space calls
insert_item() with
the type parameter set to space.