ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 15日 (日) 23:51:20 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AComboBoxEntry ------------------------- @@ -1,7 +1,7 @@ -= class Gtk::ComboBoxEntry += Gtk::ComboBoxEntry クラス A text entry field with a dropdown list. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -12,7 +12,15 @@ * Gtk::ComboBox * Gtk::ComboBoxEntry -== Class Methods +== インクルードされているモジュール + +* Gtk::CellEditable +* Gtk::CellLayout +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::ComboBoxEntry.new(is_text_only = true) Creates a new Gtk::ComboBoxEntry which has a Gtk::Entry as child. If is_text_only is true, you should only manipulate its data source with the following convenience methods: Gtk::ComboBox#append_text, Gtk::ComboBox#insert_text, Gtk::ComboBOx#prepend_text? and Gtk::ComboBox#remove_text. If is_text_only is false, you should set a model using Gtk::COmboBox#model= and a text_column * using Gtk::ComboBoxEntry#text_column= after construction. ((* Since 2.4 *)) * Returns: A new Gtk::ComboBoxEntry. @@ -22,7 +30,15 @@ * text_column: A column in model to get the strings from. * Returns: A new Gtk::ComboBoxEntry. -== Instance Methods +== インスタンスメソッド --- text_column Returns the column which entry_box is using to get the strings from. ((* Since 2.4 *)) @@ -36,11 +44,20 @@ * text_column: A column in model to get the strings from. * Returns: self -== Properties +== プロパティ --- text-column: Integer (Read/Write) A column in the data source model to get the strings from. ((* Since 2.4 *)) * Allowed values: >= -1 * Default value: -1 - -- ((<Masao>)) +== 更新履歴 +* 2014-06-15 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* - ((<Masao>))