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

Back to archive index

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


-------------------------
REMOTE_ADDR = 128.88.255.106
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp//?Gdk%3A%3AEventSetting
-------------------------
= class Gdk::EventSetting
Generated when a setting is modified. 

== Object Hierarchy
* Object
  * GLib::Boxed
    * Gdk::Event
      * Gdk::EventAny
        * Gdk::EventSetting

== Instance Methods
--- action
    Gets the value what happened to the setting. See ((<GdkSettingAction|Gdk::EventSetting#GdkSettingAction>)).
    * Returns: the ((<GdkSettingAction|Gdk::EventSetting#GdkSettingAction>))
--- action=(action)
    Sets the value what happened to the setting. See ((<GdkSettingAction|Gdk::EventSetting#GdkSettingAction>)).
    * action: the ((<GdkSettingAction|Gdk::EventSetting#GdkSettingAction>))
    * Returns: action
--- set_action
    Same as action=.
    * action: the ((<GdkSettingAction|Gdk::EventSetting#GdkSettingAction>))
    * Returns: self

--- name
    Gets the name of the setting. 
    * Returns: the name of the setting
--- name=(name)
    Sets the name of the setting. 
    * name: the name of the setting
    * Returns: name
--- set_name(name)
    Same as name=.
    * name: the name of the setting
    * Returns: self

== Constants
=== GdkSettingAction
Specifies the kind of modification applied to a setting.

--- NEW
    a setting was added. 
--- CHANGED
    a setting was changed.
--- DELETED
    a setting was deleted.  


- ((<Masao>))






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