tk2commands              package:tcltk2              R Documentation

_T_k _c_o_m_m_a_n_d_s _a_s_s_o_c_i_a_t_e_d _w_i_t_h _t_h_e _t_k_2_X_X_X _w_i_d_g_e_t_s

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

     These commands supplement those available in the tcltk package to
     ease manipulation of tk2XXX widgets.

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

       tk2column(widget, action = c("add", "configure", "delete", "names", "cget", "nearest"), ...)
       tk2insert.multi(widget, where = "end", items)
       tk2listinsert(widget, ...)
       tk2notetraverse(nb)

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

  widget: The widget to which these actions apply 

  action: Which kind of action? 

   where: Where are these item added in the list (by default, at the
          end) 

   items: The items to add (either a vector for a single line, or a
          matrix for more items) 

      nb: A tk2notebook widget 

     ...: Further arguments to the action 

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

     'tk2column' manipulate columns of a tk2mclistbox widget,
     'tk2insert.multi' is used to insert multiple field entries in a
     tk2mclistbox widget, 'tk2listinsert' eases the insertion of items
     in a tk2combobox widget, 'tk2notetraverse' helps manage the tabs
     in a tk2notebook.

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

     Philippe Grosjean

_S_e_e _A_l_s_o:

     'tk2widgets', 'tk2theme', 'tk2tip'

