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
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkCellRenderer
                          +----GtkCellRendererProgress 

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

     'GtkCellRendererProgress' renders a numeric value as a progress
     par in a cell. Additionally, it can display a text on top of the
     progress bar.

     The 'GtkCellRendererProgress' cell renderer was added in GTK+ 2.6.

_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 _


_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:


     '_o_r_i_e_n_t_a_t_i_o_n' ['_G_t_k_P_r_o_g_r_e_s_s_B_a_r_O_r_i_e_n_t_a_t_i_o_n' : _R_e_a_d / _W_r_i_t_e] The
          "orientation" property controls the direction and growth
          direction of the progress bar (left-to-right, right-to-left,
          top-to-bottom or bottom-to-top).  

          Default value: GTK_PROGRESS_LEFT_TO_RIGHT  Since  2.12


     '_p_u_l_s_e' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Setting this to a non-negative
          value causes the cell renderer to enter "activity mode",
          where a block bounces back and forth to  indicate that some
          progress is made, without specifying exactly how much.

          Each increment of the property causes the block to move by a
          little  bit.

          To indicate that the activity has not started yet, set the
          property to zero. To indicate completion, set the property to
          'G_MAXINT'.  

          Allowed values: >= -1  Default value: -1  Since  2.12


     '_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


     '_t_e_x_t-_x_a_l_i_g_n' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] The "text-xalign" property
          controls the horizontal alignment of the text in the progress
          bar.  Valid values range from 0 (left) to 1 (right). 
          Reserved for RTL layouts.  

          Allowed values: [0,1]  Default value: 0.5  Since  2.12


     '_t_e_x_t-_y_a_l_i_g_n' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] The "text-yalign" property
          controls the vertical alignment of the text in the progress
          bar.  Valid values range from 0 (top) to 1 (bottom).  

          Allowed values: [0,1]  Default value: 0.5  Since  2.12


     '_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>

