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

  • Orientation_Property
    Enum
    Orientation and growth direction of the progress bar
  • Pulse_Property
    Int
    Set this to positive values to indicate that some progress is
  • Text_Property
    String
    Text on the progress bar
  • Text_Xalign_Property
    Float
    The horizontal text alignment, from 0 (left) to 1 (right).
  • Text_Yalign_Property
    Float
    The vertical text alignment, from 0 (top) to 1 (bottom).
  • Value_Property
    Int
    Value of the progress bar

Alphabetical Index