gtkLayoutGetHadjustment        package:RGtk2        R Documentation

_g_t_k_L_a_y_o_u_t_G_e_t_H_a_d_j_u_s_t_m_e_n_t

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

     This function should only be called after the layout has been
     placed in a 'GtkScrolledWindow' or otherwise configured for
     scrolling. It returns the 'GtkAdjustment' used for communication
     between the horizontal scrollbar and 'layout'.

_U_s_a_g_e:

     gtkLayoutGetHadjustment(object)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkLayout']  a 'GtkLayout'

_D_e_t_a_i_l_s:

     See 'GtkScrolledWindow', 'GtkScrollbar', 'GtkAdjustment' for
     details.

_V_a_l_u_e:

     ['GtkAdjustment']  horizontal scroll adjustment

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

     Derived by RGtkGen from GTK+ documentation

