Toc Gallery Index Tree Gtk.Cell_Renderer_Progress

Hierarchy

Description

A Gtk_Cell_Renderer_Progress can be used to render a progress bar in a cell

Types

Subprograms

  • procedure Gtk_New (Render : out Gtk_Cell_Renderer_Progress);
    procedure Initialize (Render : access Gtk_Cell_Renderer_Progress_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.
  • function Get_Type return GType;
    Returns the internal value associated with this renderer

Properties

  • Text_Property
    String
    Text on the progress bar
  • Value_Property
    Int
    Value of the progress bar

Alphabetical Index