gpanedgroup             package:gWidgets             R Documentation

_A _p_a_n_e_d _g_r_o_u_p _h_o_l_d_s _t_w_o _w_i_d_g_e_t_s _w_i_t_h _a _h_a_n_d_l_e _b_e_t_w_e_e_n _t_h_e_m _t_o
_a_d_j_u_s_t _t_h_e _a_m_o_u_n_t _o_f _s_p_a_c_e _a_l_l_o_c_a_t_e_d _t_o _e_a_c_h

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

     A constructor for a paned group.

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

     gpanedgroup(widget1=NULL, widget2=NULL, horizontal = TRUE, container = NULL, ..., toolkit = guiToolkit())

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

 widget1: Left (top) widget

 widget2: Right (bottom) widget

horizontal: Left/right ('TRUE') or top/bottom

container: Optional container to attach widget to

     ...: ignored

 toolkit: Which GUI toolkit to use

_E_x_a_m_p_l_e_s:

     ## Not run: 
      gpanedgroup(glabel("left widget"), glabel("right widget"),
      container=TRUE)
     ## End(Not run)

