Forum und email

GtkCellRendererCombo::has-entry

Access: Read Write
Type: boolean

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

例 27. set_property sample

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

参照: set_property()