Forum und email

GtkCellRendererToggle

Displays the contents of a cell in a GtkTreeView as a toggle button.

对象层次

GObject
`-- GtkObject
       `-- GtkCellRenderer
              `-- GtkCellRendererToggle

描述

Displays the contents of a cell in a GtkTreeView as a toggle button. The cell will likely be drawn as a checkbox which will be checked when the cell is active (toggled on) or empty when the cell is not active.

构造函数

-- Creates a new GtkCellRendererToggle.

方法

get_active()
  Returns whether or not the cell renderer is active (toggled on).
get_radio()
  Returns true if radio toggles rather than checkboxes are being rendered.
set_active()
  Sets the state of the cell renderer.
set_radio()
  Sets the style of the toggle button. If true, the toggle will be shown as RadioButton.

属性

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

activatable:
  If true, the toggle button can be activated.
active:
  Represents the state of the toggle button. True if it's active.
radio:
  If true, draw the toggle is showed as a radio button.

信号

"toggled"
  Emitted when the user changes the state of the toggle button.