Gtk.CellView.prototype.set_draw_sensitive
function set_draw_sensitive(draw_sensitive:Boolean):void {
// Gjs wrapper for gtk_cell_view_set_draw_sensitive()
}Sets whether cell_view should draw all of its cells in a sensitive state, this is used by Gtk.ComboBox menus to ensure that rows with insensitive cells that contain children appear sensitive in the parent menu item.
Since 3.0
- draw_sensitive
whether to draw all cells in a sensitive state.