gvarbrowser             package:gWidgets             R Documentation

_W_i_d_g_e_t _f_o_r _b_r_o_w_s_i_n_g _e_n_v_i_r_o_n_m_e_n_t

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

     A widget to browse the objects in the current global environment

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

     gvarbrowser(handler = NULL,
                      action = "summary", container = NULL, ...,
                      toolkit = guiToolkit())

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

 handler: Handler for double click. Default is to call value of
          'action' on the object

  action: Passed to handler.

container: Optional container to attach widget to

     ...: ignored

 toolkit: Which GUI toolkit to use

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

     In gWidgetsRGtk2 there is an idle handler that updates the
     top-level components. However, changes are made below this, they
     will not be updated automatically. Rather, the user must close and
     expand that level.

     The handler is called on the widget that provides the display, and
     not the gvarbrowser widget. If you want that in the handler, be
     sure to pass it in via the action argument.

     svalue returns a character string containing the selected
     variable.

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

     ## Not run: 
     gvarbrowser(container=TRUE)
     ## End(Not run)

