GtkProgress              package:RGtk2              R Documentation

_G_t_k_P_r_o_g_r_e_s_s

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

     Base class for GtkProgressBar

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

     'gtkProgressSetShowText(object, show.text)'
      'gtkProgressSetTextAlignment(object, x.align, y.align)'
      'gtkProgressSetFormatString(object, format)'
      'gtkProgressSetAdjustment(object, adjustment)'
      'gtkProgressSetPercentage(object, percentage)'
      'gtkProgressSetValue(object, value)'
      'gtkProgressGetValue(object)'
      'gtkProgressSetActivityMode(object, activity.mode)'
      'gtkProgressGetCurrentText(object)'
      'gtkProgressGetTextFromValue(object, value)'
      'gtkProgressGetCurrentPercentage(object)'
      'gtkProgressGetPercentageFromValue(object, value)'
      'gtkProgressConfigure(object, value, min, max)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkProgress
                                +----GtkProgressBar 

_I_n_t_e_r_f_a_c_e_s:

     GtkProgress implements AtkImplementorIface and  'GtkBuildable'.

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

     A 'GtkProgress' is the abstract base class used to derive a
     'GtkProgressBar' which provides a visual representation of the
     progress of a long running operation.

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


     '_G_t_k_P_r_o_g_r_e_s_s' The 'GtkProgress' struct contains private data only.
          and should be accessed using the functions below.


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


     '_a_c_t_i_v_i_t_y-_m_o_d_e' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] If TRUE, the GtkProgress
          is in activity mode, meaning that it signals something is
          happening, but not how much of the activity is finished. This
          is used when you're doing something but don't know how long
          it will take.  Default value: FALSE


     '_s_h_o_w-_t_e_x_t' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the progress is shown
          as text.  Default value: FALSE


     '_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 horizontal text
          alignment, from 0 (left) to 1 (right). Reversed for RTL
          layouts.  Allowed values: [0,1]  Default value: 0.5


     '_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 vertical text
          alignment, from 0 (top) to 1 (bottom).  Allowed values: [0,1]
           Default value: 0.5


_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/GtkProgress.html>

