gtkContainerSetFocusHadjustment    package:RGtk2    R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_S_e_t_F_o_c_u_s_H_a_d_j_u_s_t_m_e_n_t

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

     Hooks up an adjustment to focus handling in a container, so when a
     child  of the container is focused, the adjustment is scrolled to
     show that  widget. This function sets the horizontal alignment. 
     See 'gtkScrolledWindowGetHadjustment' for a typical way of
     obtaining  the adjustment and 'gtkContainerSetFocusVadjustment'
     for setting the vertical adjustment.

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

     gtkContainerSetFocusHadjustment(object, adjustment)

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

'object': ['GtkContainer']  a 'GtkContainer'

'adjustment': ['GtkAdjustment']  an adjustment which should be adjusted
          when the focus is  moved among the descendents of 'container'

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

     The adjustments have to be in pixel units and in the same
     coordinate  system as the allocation for immediate children of the
     container.

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

     Derived by RGtkGen from GTK+ documentation

