gtkBinGetChild             package:RGtk2             R Documentation

_g_t_k_B_i_n_G_e_t_C_h_i_l_d

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

     Gets the child of the 'GtkBin', or 'NULL' if the bin contains no
     child widget. The returned widget does not have a reference added,
     so you do not need to unref it.

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

     gtkBinGetChild(object)

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

'object': ['GtkBin']  a 'GtkBin'

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

     ['GtkWidget']  pointer to child of the 'GtkBin'

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

     Derived by RGtkGen from GTK+ documentation

