gtk.ToolItem

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

ToolItem
class ToolItem

gtk.ToolItems are widgets that can appear on a toolbar. To create a toolbar item that contain something else than a button, use ToolItem.new. Use Container.add to add a child widget to the tool item.