📄 gtkinputdialog.sgml
字号:
<!-- ##### SECTION Title ##### -->GtkInputDialog<!-- ##### SECTION Short_Description ##### -->Configure devices for the XInput extension<!-- ##### SECTION Long_Description ##### --><para> 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.</para><para>#GtkInputDialog displays a dialog which allows the userto configure XInput extension devices. For eachdevice, they can control the mode of the device(disabled, screen-relative, or window-relative), the mapping of axes to coordinates, and themapping of the devices macro keys to key pressevents.</para><para>#GtkInputDialog contains two buttons to whichthe application can connect; one for closingthe dialog, and one for saving the changes.No actions are bound to these by default.The changes that the user makes take effectimmediately. </para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkInputDialog ##### --><para></para><!-- ##### SIGNAL GtkInputDialog::disable-device ##### --><para>This signal is emitted when the user changes the mode of a device from a #GDK_MODE_SCREEN or #GDK_MODE_WINDOWto #GDK_MODE_ENABLED.</para>@inputdialog: the object which received the signal.@deviceid: The ID of the newly disabled device.<!-- ##### SIGNAL GtkInputDialog::enable-device ##### --><para>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.</para>@inputdialog: the object which received the signal.@deviceid: The ID of the newly enabled device.<!-- ##### FUNCTION gtk_input_dialog_new ##### --><para>Creates a new #GtkInputDialog.</para>@Returns: the new #GtkInputDialog.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -