Toc Gallery Index Tree Gtk.Cell_Renderer_Combo

Hierarchy

Description

A Gtk_Cell_Renderer_Combo can be used to render a combobox in a cell.

Types

Subprograms

  • procedure Gtk_New (Render : out Gtk_Cell_Renderer_Combo);
    procedure Initialize (Render : access Gtk_Cell_Renderer_Combo_Record'Class);
    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.
  • function Get_Type return 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

Alphabetical Index