gtkHandleBoxSetSnapEdge        package:RGtk2        R Documentation

_g_t_k_H_a_n_d_l_e_B_o_x_S_e_t_S_n_a_p_E_d_g_e

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

     Sets the snap edge of a handlebox. The snap edge is the edge of
     the detached child that must be aligned with the corresponding
     edge of the "ghost" left behind when the child was detached to
     reattach the torn-off window. Usually, the snap edge should be
     chosen so that it stays in the same place on the screen when the
     handlebox is torn off.

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

     gtkHandleBoxSetSnapEdge(object, edge)

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

'object': ['GtkHandleBox'] a 'GtkHandleBox'

  'edge': ['GtkPositionType'] the snap edge, or -1 to unset the value;
          in which case GTK+ will try to guess an appropriate value in
          the future.

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

     If the snap edge is not set, then an appropriate value will be
     guessed from the handle position. If the handle position is
     'GTK_POS_RIGHT' or 'GTK_POS_LEFT', then the snap edge will be
     'GTK_POS_TOP', otherwise it will be 'GTK_POS_LEFT'.

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

     Derived by RGtkGen from GTK+ documentation

