ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 15日 (日) 23:33:09 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACombo ------------------------- @@ -1,7 +1,7 @@ -= class Gtk::Combo += Gtk::Combo クラス The Gtk::Combo widget consists of a single-line text entry field and a drop-down list. The drop-down list is displayed when the user clicks on a small arrow button to the right of the entry field. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -12,13 +12,19 @@ * Gtk::HBox * Gtk::Combo -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::Combo.new(text_items = nil) Creates a new Gtk::Combo. * text_items: text items for display. ["item1", "item2", ....] * Returns: a new Gtk::Combo. -== Instance Methods +== インスタンスメソッド --- popdown_strings=(text_items) Sets all of the items in the popup list. * text_items : an array of strings. ["item1", "item2", ....] @@ -31,6 +37,14 @@ --- value_in_list? Gets the value whether the value entered must match one of the values in the list. --- value_in_list=(ok_if_empty) + ((*存在しない?*)) + Sets the value whether the value entered must match one of the values in the list. * ok_if_empty: true if an empty value is considered valid. * Returns: ok_if_empty @@ -115,7 +123,15 @@ * val: true if the arrow keys will still work even if the current contents of the Gtk::Entry field do not match any of the list items. * Returns: self -== Properties +== プロパティ --- allow-empty: true or false (Read/Write) Whether an empty value may be entered in this field @@ -132,4 +140,14 @@ Whether entered values must already be present in the list -((<Masao>)) +== 更新履歴 +* 2014-06-15 クラスのメンバ項目の存在チェック("存在しない?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>)) +* ((<Masao>))