GtkInputDialog             package:RGtk2             R Documentation

_G_t_k_I_n_p_u_t_D_i_a_l_o_g

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

     Configure devices for the XInput extension

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

     'gtkInputDialogNew(show = TRUE)'
      'gtkInputDialog(show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkWindow
                                            +----GtkDialog
                                                  +----GtkInputDialog 

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

     GtkInputDialog implements AtkImplementorIface and  'GtkBuildable'.

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

     NOTE this widget is considered too specialized/little-used for
     GTK+, and will in the future be moved to some other package.  If
     your application needs this widget, feel free to use it, as the
     widget does work and is useful in some applications; it's just not
     of general interest. However, we are not accepting new features
     for the widget, and it will eventually move out of the GTK+
     distribution. 'GtkInputDialog' displays a dialog which allows the
     user to configure XInput extension devices. For each device, they
     can control the mode of the device (disabled, screen-relative, or
     window-relative),  the mapping of axes to coordinates, and the
     mapping of the devices function keys to key press events.
     'GtkInputDialog' contains two buttons to which the application can
     connect; one for closing the dialog, and one for saving the
     changes. No actions are bound to these by default. The changes
     that the user makes take effect immediately.

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


     '_G_t_k_I_n_p_u_t_D_i_a_l_o_g' _undocumented _


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

     'gtkInputDialog' is the equivalent of 'gtkInputDialogNew'.

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


     '_d_i_s_a_b_l_e-_d_e_v_i_c_e(_i_n_p_u_t_d_i_a_l_o_g, _d_e_v_i_c_e_i_d, _u_s_e_r._d_a_t_a)' This signal is
          emitted when the user changes the  mode of a device from a
          'GDK_MODE_SCREEN' or 'GDK_MODE_WINDOW' to 'GDK_MODE_ENABLED'.

          '_i_n_p_u_t_d_i_a_l_o_g' ['GtkInputDialog'] the object which received
               the signal.

          '_d_e_v_i_c_e_i_d' ['GdkDevice'] The ID of the newly disabled device.

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


     '_e_n_a_b_l_e-_d_e_v_i_c_e(_i_n_p_u_t_d_i_a_l_o_g, _d_e_v_i_c_e_i_d, _u_s_e_r._d_a_t_a)' This signal is
          emitted when the user changes the  mode of a device from
          'GDK_MODE_DISABLED' to a  'GDK_MODE_SCREEN' or
          'GDK_MODE_WINDOW'.

          '_i_n_p_u_t_d_i_a_l_o_g' ['GtkInputDialog'] the object which received
               the signal.

          '_d_e_v_i_c_e_i_d' ['GdkDevice'] The ID of the newly enabled device.

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


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

