GtkCellRendererCombo::text-column

Access: Read Write
Type: integer

The column number in the data model that will be used to get the strings from.

Example 31. set_property sample

<?php
$cellrenderer->set_property('text-column', 0);
?>

See also: set_property()