The SeparatorToolItem displays a Toolbar equivalent of the :doc:`separator` item, with a line drawn between items which will be grouped by functionality.
A SeparatorToolItem is constructed using the call:
GtkWidget *separatortoolitem = gtk_separator_tool_item_new();
An example of the SeparatorToolItem can be found on the :doc:`toolbar` page.