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.