[ruby-gnome2-doc-cvs] [Hiki] create - Gdk::EventProximity

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2004年 5月 13日 (木) 15:46:17 JST


-------------------------
REMOTE_ADDR = 128.88.255.106
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp//?Gdk%3A%3AEventProximity
-------------------------
= class Gdk::EventProximity
Proximity events are generated when using GDK's wrapper for the XInput extension. The XInput extension is an add-on for standard X that allows you to use nonstandard devices such as graphics tablets. A proximity event indicates that the stylus has moved in or out of contact with the tablet, or perhaps that the user's finger has moved in or out of contact with a touch screen. 
== Object Hierarchy
* Object
  * GLib::Boxed
    * Gdk::Event
      * Gdk::EventAny
        * Gdk::EventProximity

== Instance Methods
--- time
    Gets the time of the event in milliseconds. 
    * Returns: the time of the event in milliseconds
--- time=(time)
    Sets the time of the event in milliseconds. 
    * time: the time of the event in milliseconds
    * Returns: time
--- set_time(time)
    Same as time=.
    * time: the time of the event in milliseconds
    * Returns: self

--- device
    Gets the Gdk::Device where the event originated. 
    * Returns: the Gdk::Device where the event originated.
--- device=(device)
    Sets the Gdk::Device where the event originated. 
    * device: the Gdk::Device where the event originated.
    * Returns: device
--- set_device(device)
    Same as device=.
    * device: the Gdk::Device where the event originated.
    * Returns: self



-((<Masao>))






ruby-gnome2-cvs メーリングリストの案内
Back to archive index