Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 446 Bytes

separatortoolitem.rst

File metadata and controls

15 lines (12 loc) · 446 Bytes

SeparatorToolItem

The SeparatorToolItem displays a Toolbar equivalent of the :doc:`separator` item, with a line drawn between items which will be grouped by functionality.

Constructor

A SeparatorToolItem is constructed using the call:

GtkWidget *separatortoolitem = gtk_separator_tool_item_new();

Example

An example of the SeparatorToolItem can be found on the :doc:`toolbar` page.