set_draw_sensitive
Description:
[
Version ( since =
"3.0" ) ]
public void set_draw_sensitive (
bool draw_sensitive)
Sets whether this should draw all of its cells in a sensitive state, this is used by
ComboBox menus to ensure that rows with insensitive cells that contain children appear
sensitive in the parent menu item.
Parameters:
| this |
a CellView
|
| draw_sensitive |
whether to draw all cells in a sensitive state.
|