[ruby-gnome2-doc-cvs] [Hiki] update - Gtk::InputDialog

Zurück zum Archiv-Index

ruby-****@lists***** ruby-****@lists*****
2003年 5月 26日 (月) 16:16:41 JST


-------------------------
REMOTE_ADDR = 61.204.181.66
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gtk%3A%3AInputDialog
-------------------------

-------------------------
= class Gtk::InputDialog
((*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.

Gtk::InputDialog 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 macro keys to key press events.

Gtk::InputDialog 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. 

== super class
* ((<Gtk::Dialog>))

== class methods
--- Gtk::InputDialog.new
    Creates a new Gtk::InputDialog.
    * Returns: the new Gtk::InputDialog.  

== signals
--- disable-device: self, device_id
    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.
     * self: Gtk::Input.
     * device_id: The ID of the newly disabled device. 

--- enable-device: self, device_id
    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.
    * device_id: The ID of the newly enabled device.  


- ((<Masao>))






ruby-gnome2-cvs メーリングリストの案内
Zurück zum Archiv-Index