gtk-Stock-Items            package:RGtk2            R Documentation

_S_t_o_c_k _I_t_e_m_s

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

     Prebuilt common menu/toolbar items and corresponding icons

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

     'gtkStockAdd(items)'
      'gtkStockAddStatic(items)'
      'gtkStockItemCopy(object)'
      'gtkStockListIds()'
      'gtkStockLookup(stock.id)'
      'gtkStockSetTranslateFunc(domain, func, data)'

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

     Stock items represent commonly-used menu or toolbar items such as
     "Open" or "Exit". Each stock item is identified by a stock ID; 
     stock IDs are just strings, but functions such as 'GTK_STOCK_OPEN'
     are provided to avoid typing mistakes in the strings. Applications
     can register their own stock items in addition to those built-in
     to GTK+.

     Each stock ID can be associated with a 'GtkStockItem', which
     contains the user-visible label, keyboard accelerator, and
     translation domain of the menu or toolbar item; and/or with an
     icon stored in a 'GtkIconFactory'. See GtkIconFactory for more
     information on stock icons. The connection between a
     'GtkStockItem' and stock icons is purely conventional (by virtue
     of using the same stock ID); it's possible to register a stock
     item but no icon, and vice versa. Stock icons may have a RTL
     variant which gets used for right-to-left locales.

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


     '_G_t_k_S_t_o_c_k_I_t_e_m' _undocumented _ *'GtkStockItem' is a
          transparent-type.*

          '_s_t_o_c_k_I_d' [character] 

          '_l_a_b_e_l' [character] 

          '_m_o_d_i_f_i_e_r' ['GdkModifierType'] 

          '_k_e_y_v_a_l' [numeric] 

          '_t_r_a_n_s_l_a_t_i_o_n_D_o_m_a_i_n' [character] 


_N_o_t_e:

     Please see the reference for a detailed list of the stock items

_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/gtk-Stock-Items.html>

