GtkCellRendererCombo::has-entry

Access: Read Write
Type: boolean

If FALSE, don't allow entering strings other than the given ones (from the model).

Example 30. set_property sample

<?php
$cellrenderer->set_property('has-entry', false);
?>

See also: set_property()