CellView.setDrawSensitive
void setDrawSensitive(bool drawSensitive)Sets whether cell_view should draw all of its cells in a sensitive state, this is used by [gtk.combo_box.ComboBox] menus to ensure that rows with insensitive cells that contain children appear sensitive in the parent menu item.
Parameters
drawSensitive | whether to draw all cells in a sensitive state. |