Creates or initializes a new renderer.
Adjust how text is drawn using object properties.
Properties can be set either directly on the renderer, or in combination
with a Gtk_Tree_View_Column so that the property is bound to a value
in the Gtk_Tree_Model. For example, you can bind the "text" property
on the cell renderer to a string value in the model, thus rendering
a different string in each row of the Gtk_Tree_View.
functionGet_Typereturn GType;
Returns the internal value associated with this renderer
Properties
Has_Entry_Property
Boolean
If FALSE, don't allow to enter strings other than the chosen ones
Model_Property
Object
The model containing the possible values for the combo box
Text_Column_Property
Int
A column in the data source model to get the strings from