gtkContainerSetBorderWidth       package:RGtk2       R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_S_e_t_B_o_r_d_e_r_W_i_d_t_h

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

     Sets the border width of the container.

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

     gtkContainerSetBorderWidth(object, border.width)

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

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

'border.width': [numeric]  amount of blank space to leave _outside_ 
          the container. Valid values are in the range 0-65535 pixels.

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

     The border width of a container is the amount of space to leave
     around the outside of the container. The only exception to this is
     'GtkWindow'; because toplevel windows can't leave space outside,
     they leave the space inside. The border is added on all sides of
     the container. To add space to only one side, one approach is to
     create a 'GtkAlignment' widget, call 'gtkWidgetSetSizeRequest' to
     give it a size, and place it on the side of the container as a
     spacer.

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

     Derived by RGtkGen from GTK+ documentation

