GtkViewport              package:RGtk2              R Documentation

_G_t_k_V_i_e_w_p_o_r_t

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

     An adapter which makes widgets scrollable

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

     'gtkViewportNew(hadjustment = NULL, vadjustment = NULL, show =
     TRUE)'
      'gtkViewportGetHadjustment(object)'
      'gtkViewportGetVadjustment(object)'
      'gtkViewportSetHadjustment(object, adjustment = NULL)'
      'gtkViewportSetVadjustment(object, adjustment = NULL)'
      'gtkViewportSetShadowType(object, type)'
      'gtkViewportGetShadowType(object)'
      'gtkViewport(hadjustment = NULL, vadjustment = NULL, show =
     TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkViewport 

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

     GtkViewport implements AtkImplementorIface and  'GtkBuildable'.

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


     '_G_t_k_V_i_e_w_p_o_r_t' _undocumented _


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

     'gtkViewport' is the equivalent of 'gtkViewportNew'.

_S_i_g_n_a_l_s:


     '_s_e_t-_s_c_r_o_l_l-_a_d_j_u_s_t_m_e_n_t_s(_v_i_e_w_p_o_r_t, _a_r_g_1, _a_r_g_2, _u_s_e_r._d_a_t_a)' 
          _undocumented _

          '_v_i_e_w_p_o_r_t' ['GtkViewport'] the object which received the
               signal.

          '_a_r_g_1' ['GtkAdjustment'] 

          '_a_r_g_2' ['GtkAdjustment'] 

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


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


     '_h_a_d_j_u_s_t_m_e_n_t' ['_G_t_k_A_d_j_u_s_t_m_e_n_t' : _R_e_a_d / _W_r_i_t_e / _C_o_n_s_t_r_u_c_t] The
          GtkAdjustment that determines the values of the horizontal
          position for this viewport.


     '_s_h_a_d_o_w-_t_y_p_e' ['_G_t_k_S_h_a_d_o_w_T_y_p_e' : _R_e_a_d / _W_r_i_t_e] Determines how the
          shadowed box around the viewport is drawn.  Default value:
          GTK_SHADOW_IN


     '_v_a_d_j_u_s_t_m_e_n_t' ['_G_t_k_A_d_j_u_s_t_m_e_n_t' : _R_e_a_d / _W_r_i_t_e / _C_o_n_s_t_r_u_c_t] The
          GtkAdjustment that determines the values of the vertical
          position for this viewport.


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

