GtkCellRendererProgress        package:RGtk2        R Documentation

_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_P_r_o_g_r_e_s_s

_D_e_s_c_r_i_p_t_i_o_n:

     Renders numbers as progress bars

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkCellRendererProgressNew()'
      'gtkCellRendererProgress()'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GtkObject
              +----GtkCellRenderer
                    +----GtkCellRendererProgress 

_S_t_r_u_c_t_u_r_e_s:

     '_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_P_r_o_g_r_e_s_s' _undocumented _ .in -5 

_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkCellRendererProgress' is the equivalent of
     'gtkCellRendererProgressNew'.

_P_r_o_p_e_r_t_i_e_s:

     '_t_e_x_t' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] The "text" property determines
          the label which will be drawn over the progress bar. Setting
          this property to 'NULL' causes the default  label to be
          displayed. Setting this property to an empty string causes 
          no label to be displayed.  

          Default value: NULL  Since  2.6


     '_v_a_l_u_e' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] The "value" property determines
          the percentage to which the progress bar will be "filled in".            

          Allowed values: [0,100]  Default value: 0  Since  2.6


_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRendererProgress
     .html>

