gtk+-2.0 Reference Manual

Synopsis

public class CellRendererProgress : CellRenderer  {
    public    weak ProgressBarOrientation  orientation               { get; set; } ;
    public    weak int                  pulse                     { get; set; } ;
    public    weak string               text                      { get; set; } ;
    public    weak float                text_xalign               { get; set; } ;
    public    weak float                text_yalign               { get; set; } ;
    public    weak int                  value                     { get; set; } ;


    public                              CellRendererProgress      (  ) ;
}

CellRendererProgress Description

Details

Constructor Details

CellRendererProgress ()
    public                              CellRendererProgress      (  ) ;		

Field Details

Signal Details

Property Details

orientation
    public    weak ProgressBarOrientation  orientation               { get; set; } ;		

pulse
    public    weak int                  pulse                     { get; set; } ;		

text
    public    weak string               text                      { get; set; } ;		

text_xalign
    public    weak float                text_xalign               { get; set; } ;		

text_yalign
    public    weak float                text_yalign               { get; set; } ;		

value
    public    weak int                  value                     { get; set; } ;		

Method Details


Created by Valadoc