getCListWithVHScroll       package:gtkWidgets       R Documentation

_S_u_p_p_o_r_t_i_n_g _f_u_n_c_t_i_o_n_s _t_h_a_t _h_a_v_e _r_e_u_s_e _v_a_l_u_e_s

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

     These functions provide the capabilities that are useful for other
     purposes in addition to their roles with the package.

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

     getCListWithVHScroll(nCol = 1, colNames = "Column 1", showTitle = TRUE)
     getConWithVHScroll(what = "list", hScr = "automatic", vScr =
     "automatic")
     write2List(widget, text, replace = TRUE)
     write2Text(widget, text, replace = TRUE)
     pickObjs(objNames, fun = noAuto)
     noAuto(x)
     objNameToList(objNames, env)

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

    nCol: 'nCol' an integer indicating the number of lists to be
          created for displaying data

colNames: a vector of character strings for the names to be displayed
          as the title of data columns that are lists for displaying
          data

showTitle: 'showTitle' a boolean to indicate whether there will be
          titles for data columns

    what: 'what' a character string indicating what type of widget
          (text, list, ...) will be created with horizontal and
          vertical scroll bars

    hScr: 'hSrc' a character string that will be used for the SetPolicy
          function to define the property of a scroll bar

    vScr: 'vSrc' same as 'hSrc' but for vertical scroll bars

  widget: 'widget' an RGtk objcet

    text: 'text' a character string that is going to be displayed

 replace: code{replace} a boolean indicating whether to replace the
          existing text in a list or text box with a new set of values

objNames: 'objNames' a character string for the name of objects

     fun: 'fun' an R function that will be used to filer objects

       x: 'x' a character string for the name of an object

     env: 'env' an R environment object

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

     'getCListWithVHScroll' creates a box that contains a specified
     number of list boxes with a horizontal and vertical scroll bar.

     'getConWithVHScroll' creates a text or list box with a horizontal
     and vertical bar.

     'write2List' writes to a list box.

     'write2Text' writes to a text box.

     'pickObjs' takes a vector of strings for object names in an
     environment specified by the calling function and returns a vactor
     of strings for object names filtered out by a function.

     'noAuto' returns TRUE if the character string passed equals to
     "Autoloads".

     'objNameToList' takes a vector containing the names of R objects
     and returns a list of lists with name and object pairs. If a name
     is for a package, the content of the package will be associated
     with the package name.

_V_a_l_u_e:

     This function does not return any useful value.

_N_o_t_e:

     This function is part of the Bioconductor project at Dana-Faber
     Cancer Institute to provide Bioinformatics functionalities through
     R.

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

     Jianhua Zhang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.bioconductor.org>

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

       # No example is provided.

