Forum und email

GtkCellRendererCombo

Displays the contents of a cell in a GtkTreeView as a GtkComboBox.

对象层次

GObject
`-- GtkObject
       `-- GtkCellRenderer
              `-- GtkCellRendererText
                     `-- GtkCellRendererCombo

描述

构造函数

-- Creates a new GtkCellRendererCombo.

属性

使用 get_property 和 set_property 方法访问这些。

has-entry:
  If FALSE, don't allow entering strings other than the given ones (from the model).
model:
  The tree model containing the possible values for the combo box entry.
text-column:
  The column number in the data model that will be used to get the strings from.

08, Erik Sefkow