GtkList                package:RGtk2                R Documentation

_G_t_k_L_i_s_t

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

     Widget for packing a list of selectable items

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkListNew(show = TRUE)'
      'gtkListInsertItems(object, items, position)'
      'gtkListAppendItems(object, items)'
      'gtkListPrependItems(object, items)'
      'gtkListRemoveItems(object, items)'
      'gtkListClearItems(object, start, end)'
      'gtkListSelectItem(object, item)'
      'gtkListUnselectItem(object, item)'
      'gtkListSelectChild(object, child)'
      'gtkListUnselectChild(object, child)'
      'gtkListChildPosition(object, child)'
      'gtkListSetSelectionMode(object, mode)'
      'gtkListExtendSelection(object, scroll.type, position,
     auto.start.selection)'
      'gtkListStartSelection(object)'
      'gtkListEndSelection(object)'
      'gtkListSelectAll(object)'
      'gtkListUnselectAll(object)'
      'gtkListScrollHorizontal(object, scroll.type, position)'
      'gtkListScrollVertical(object, scroll.type, position)'
      'gtkListToggleAddMode(object)'
      'gtkListToggleFocusRow(object)'
      'gtkListToggleRow(object, item)'
      'gtkListUndoSelection(object)'
      'gtkListEndDragSelection(object)'
      'gtkList(show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkList 

_I_n_t_e_r_f_a_c_e_s:

     GtkList implements AtkImplementorIface and  'GtkBuildable'.

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

     The 'GtkList' widget is a container whose children are displayed
     vertically in order, and can be selected.

     The list has many selection modes, which are programmer selective
     and depend on how many elements are able to be selected at the
     same time.

     GtkList has been deprecated since GTK+ 2.0 and should not be used
     in newly written code. Use 'GtkTreeView' instead.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_L_i_s_t' *WARNING: 'GtkList' is deprecated and should not be used
          in newly-written code.* _undocumented _


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkList' is the equivalent of 'gtkListNew'.

_S_i_g_n_a_l_s:


     '_s_e_l_e_c_t-_c_h_i_l_d(_l_i_s_t, _w_i_d_g_e_t, _u_s_e_r._d_a_t_a)' The child 'widget' has
          just been selected.

          '_l_i_s_t' ['GtkList'] the object which received the signal.

          '_w_i_d_g_e_t' ['GtkWidget'] the newly selected child.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_s_e_l_e_c_t_i_o_n-_c_h_a_n_g_e_d(_l_i_s_t, _u_s_e_r._d_a_t_a)' The selection of the widget
          has just changed.

          '_l_i_s_t' ['GtkList'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_u_n_s_e_l_e_c_t-_c_h_i_l_d(_l_i_s_t, _w_i_d_g_e_t, _u_s_e_r._d_a_t_a)' The child 'widget' has
          just been unselected.

          '_l_i_s_t' ['GtkList'] the object which received the signal.

          '_w_i_d_g_e_t' ['GtkWidget'] the newly unselected child.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


_P_r_o_p_e_r_t_i_e_s:


     '_s_e_l_e_c_t_i_o_n-_m_o_d_e' ['_G_t_k_S_e_l_e_c_t_i_o_n_M_o_d_e' : _R_e_a_d / _W_r_i_t_e] Default
          value: GTK_SELECTION_NONE


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

     Derived by RGtkGen from GTK+ documentation

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

     <URL: http://developer.gnome.org/doc/API/2.0/gtk/GtkList.html>

