gtkSeparatorToolItemSetDraw {RGtk2}R Documentation

gtkSeparatorToolItemSetDraw

Description

Whether item is drawn as a vertical line, or just blank. Setting this to FALSE along with gtkToolItemSetExpand is useful to create an item that forces following items to the end of the toolbar.

Usage

gtkSeparatorToolItemSetDraw(object, draw)

Arguments

object

a GtkSeparatorToolItem

draw

whether item is drawn as a vertical line

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]