ruby-****@sourc*****
ruby-****@sourc*****
2014年 8月 24日 (日) 06:53:57 JST
------------------------- REMOTE_ADDR = 106.188.139.160 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ABindingSet ------------------------- @@ -1,11 +1,13 @@ -= class Gtk::BindingSet += Gtk::BindingSet クラス -== Object Hierarchy +== オブジェクト階層 + * Object * GLib::Boxed * Gtk::BindingSet -== Class Methods +== クラスメソッド + --- Gtk::BindingSet.find(set_name) Finds the Gtk::Gtk::BindingSet which name is the set_name. * set_name: target name of Gtk::BindingSet @@ -15,7 +17,10 @@ * set_name: the name of Gtk::BingindSet. * Returns: a new Gtk::BindingSet -== Instance Methods +== インスタンスメソッド + --- activate(keyval, modifiers, object) Activate the Gtk::BindingSet. * keyval: a keyval from a key event(the constants are in Gdk::Keyval) @@ -24,6 +27,11 @@ * Returns: true if the binding_set was handled, false otherwise --- add_path(path_type, path_pattern, priority) + ((*Deprecated*)) + Add a path to the Gtk::BindingSet. * path_type: a ((<GtkPathType|Gtk#GtkPathType>)) * path_pattern: a path pattern(String) @@ -39,10 +44,27 @@ * Returns: self --- entry_clear(keyval, modifiers) + ((*Deprecated. Use entry_remove.*)) + Clear an entry. * keyval: a keyval from a key event(the constants are in Gdk::Keyval) * modifiers: keyboard state mask from a key event (((<GdkModifierType|Gdk::Window#GdkModifierType>))) * Returns: self + +--- entry_remove() + ((*要編集*)) + +--- entry_skip() + ((*要編集*)) +--- entry_add_signal() + ((*要編集*)) +== 更新履歴 +* 2014-08-24 クラスのメンバでリストから漏れているものを追加。 - ((<きたがわ>)) - ((<Masao>))