Forum und email

GtkCellEditable

An interface providing cell editing in a GtkTreeView.

对象层次

GInterface
`-- GtkCellEditable

执行

描述

这是接口,不可以直接访问。

This interface provides editing of a cell contained in a GtkTreeView.

方法

editing_done()
  Emits the "editing-done" signal.
remove_widget()
  Emits the "remove-widget" signal.
start_editing()
  Begins the editing on a widget.

信号

"editing-done"
  This signal is emitted when editing is complete.
"remove-widget"
  This signal is emitted when the celleditable widget can be destroyed.