GtkSeparatorToolItem

GtkSeparatorToolItem — A toolbar item that separates groups of other toolbar items.

Synopsis


#include <gtk/gtk.h>


struct      GtkSeparatorToolItem;
GtkToolItem* gtk_separator_tool_item_new    (void);


Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkToolItem
                                 +----GtkSeparatorToolItem

Implemented Interfaces

GtkSeparatorToolItem implements AtkImplementorIface.

Description

A GtkSeparatorItem is a GtkToolItem that separates groups of other GtkToolItems. Depending on the theme, a GtkSeparatorToolItem will often look like a vertical line on horizontally docked toolbars.

Use gtk_separator_tool_item_new() to create a new GtkSeparatorToolItem.

Details

struct GtkSeparatorToolItem

struct GtkSeparatorToolItem;

The GtkSeparatorToolItem struct contains only private data and should only be accessed through the functions described below.


gtk_separator_tool_item_new ()

GtkToolItem* gtk_separator_tool_item_new    (void);

Create a new GtkSeparatorToolItem

Returns : the new GtkSeparatorToolItem

Since 2.4

See Also

GtkToolbar

The toolbar widget

GtkRadioToolButton

A toolbar item containing a radio button