gtk.CellRendererCombo

Undocumented in source.

Public Imports

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

Members

Classes

CellRendererCombo
class CellRendererCombo

gtk.CellRendererCombo renders text in a cell like gtk.CellRendererText from which it is derived. But while gtk.CellRendererText offers a simple entry to edit the text, gtk.CellRendererCombo offers a gtk.ComboBox widget to edit the text. The values to display in the combo box are taken from the tree model specified in the model property.