Gtk.InputDialog Members

The members of Gtk.InputDialog are listed below.

See Also: Inherited members from Gtk.Dialog

Public Constructors

Creates an instance of Gtk.InputDialog
Internal constructor

Protected Constructors

Protected Constructor.

Public Properties

[read-only]
CloseButtonButton. The "close window" button in this dialog.
[read-only]
static
GTypeGLib.GType. GType Property.
[read-only]
SaveButtonButton. The save button in this dialog.

Protected Methods

OnDisableDevice(Gdk.Device)
Default handler for the InputDialog.DisableDevice event.
OnEnableDevice(Gdk.Device)
Default handler for the InputDialog.EnableDevice event.

Public Events

DisableDeviceEmitted when the user changes the mode of a device from a GDK_MODE_SCREEN or GDK_MODE_WINDOW to GDK_MODE_ENABLED.
EnableDeviceEmitted when the user changes the mode of a device from GDK_MODE_DISABLED to a GDK_MODE_SCREEN or GDK_MODE_WINDOW.