GtkCellRendererAccel          package:RGtk2          R Documentation

_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_A_c_c_e_l

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

     Renders a keyboard accelerator in a cell

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

     'gtkCellRendererAccelNew()'
      'gtkCellRendererAccel()'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkCellRenderer
                          +----GtkCellRendererText
                                +----GtkCellRendererAccel 

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

     'GtkCellRendererAccel' displays a keyboard accelerator (i.e. a 
     key combination like <Control>-a). If the cell renderer is
     editable, the  accelerator can be changed by simply typing the new
     combination.

     The 'GtkCellRendererAccel' cell renderer was added in GTK+ 2.10.

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


     '_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_A_c_c_e_l' _undocumented _


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

     'gtkCellRendererAccel' is the equivalent of
     'gtkCellRendererAccelNew'.

_E_n_u_m_s _a_n_d _F_l_a_g_s:


     '_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_A_c_c_e_l_M_o_d_e' _undocumented _

          '_g_t_k' _undocumented _

          '_o_t_h_e_r' _undocumented _


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


     '_a_c_c_e_l-_c_l_e_a_r_e_d(_a_c_c_e_l, _p_a_t_h._s_t_r_i_n_g, _u_s_e_r._d_a_t_a)' Gets emitted when
          the user has removed the accelerator.  

          Since  2.10

          '_a_c_c_e_l' ['GtkCellRendererAccel']  the object reveiving the
               signal

          '_p_a_t_h._s_t_r_i_n_g' [character]  the path identifying the row of
               the edited cell

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


     '_a_c_c_e_l-_e_d_i_t_e_d(_a_c_c_e_l, _p_a_t_h._s_t_r_i_n_g, _a_c_c_e_l._k_e_y, _a_c_c_e_l._m_o_d_s, _h_a_r_d_w_a_r_e._k_e_y_c_o_d_e, _u_s_e_r._d_a_t_a)' 
          Gets emitted when the user has selected a new accelerator.  

          Since  2.10

          '_a_c_c_e_l' ['GtkCellRendererAccel']  the object reveiving the
               signal

          '_p_a_t_h._s_t_r_i_n_g' [character]  the path identifying the row of
               the edited cell

          '_a_c_c_e_l._k_e_y' [numeric]  the new accelerator keyval

          '_a_c_c_e_l._m_o_d_s' ['GdkModifierType']  the new acclerator modifier
               mask

          '_h_a_r_d_w_a_r_e._k_e_y_c_o_d_e' [numeric]  the keycode of the new
               accelerator

          '_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:


     '_a_c_c_e_l-_k_e_y' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] The keyval of the
          accelerator.  

          Allowed values: <= G_MAXINT  Default value: 0  Since  2.10


     '_a_c_c_e_l-_m_o_d_e' ['_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_A_c_c_e_l_M_o_d_e' : _R_e_a_d / _W_r_i_t_e] 
          Determines if the edited accelerators are GTK+ accelerators.
          If they are, consumed modifiers are suppressed, only
          accelerators accepted by GTK+ are allowed, and the
          accelerators are rendered in the same way as they are in
          menus.  

          Default value: GTK_CELL_RENDERER_ACCEL_MODE_GTK  Since  2.10


     '_a_c_c_e_l-_m_o_d_s' ['_G_d_k_M_o_d_i_f_i_e_r_T_y_p_e' : _R_e_a_d / _W_r_i_t_e] The modifier mask
          of the accelerator.  

          Since  2.10


     '_k_e_y_c_o_d_e' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] The hardware keycode of the
          accelerator. Note that the hardware keycode is only relevant
          if the key does not have a keyval. Normally, the keyboard
          configuration should assign keyvals to all keys.  

          Allowed values: <= G_MAXINT  Default value: 0  Since  2.10


_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/GtkCellRendererAccel.html>

