[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - Gtk::ComboBox

Zurück zum Archiv-Index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 15日 (日) 23:44:47 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AComboBox
-------------------------
@@ -1,7 +1,7 @@
-= class Gtk::ComboBox
+= Gtk::ComboBox クラス
 A widget used to choose from a list of items.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -11,10 +11,15 @@
             * Gtk::Bin
               * Gtk::ComboBox
 
-== Included Modules
+== インクルードされているモジュール
+
+* Gtk::CellEditable
 * Gtk::CellLayout
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
 
-== Class Methods
+== クラスメソッド
 --- Gtk::ComboBox.new(is_text_only = true)
     Creates a new Gtk::ComboBox. 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. ((* Since 2.4 *))
     * is_text_only: true if just displaying strings, otherwise false.
@@ -25,7 +30,12 @@
     * model: A Gtk::TreeModel.  
     * Returns: A new Gtk::ComboBox.  
 
-== Instance Methods
+== インスタンスメソッド
 --- wrap_width
     Returns the wrap width which is used to determine the number of columns for the popup menu. If the wrap width is larger than 1, the combo box is in table mode. ((* Since 2.4 *))
     * Returns: the wrap width
@@ -130,7 +135,84 @@
     This method is mostly intended for use by accessibility technologies; applications should have little use for it. ((* Since 2.4 *))
     * Returns: self
 
-== Properties
+--- set_row_separator_func()
+    ((*要編集*))
+
+--- popup_accessible()
+    ((*要編集*))
+
+--- active_text()
+    ((*要編集*))
+
+--- entry_text_column=()
+    ((*要編集*))
+
+--- set_entry_text_column()
+    ((*要編集*))
+
+--- entry_text_column()
+    ((*要編集*))
+
+--- has_entry?()
+    ((*要編集*))
+
+--- button_sensitivity=()
+    ((*要編集*))
+
+--- set_button_sensitivity()
+    ((*要編集*))
+
+--- button_sensitivity()
+    ((*要編集*))
+
+--- popup_shown?()
+    ((*要編集*))
+
+--- focus_on_click=()
+    ((*要編集*))
+
+--- set_focus_on_click()
+    ((*要編集*))
+
+--- focus_on_click?()
+    ((*要編集*))
+
+--- has_frame=()
+    ((*要編集*))
+
+--- set_has_frame()
+    ((*要編集*))
+
+--- has_frame?()
+    ((*要編集*))
+
+--- tearoff_title=()
+    ((*要編集*))
+
+--- set_tearoff_title()
+    ((*要編集*))
+
+--- tearoff_title()
+    ((*要編集*))
+
+--- add_tearoffs=()
+    ((*要編集*))
+
+--- set_add_tearoffs()
+    ((*要編集*))
+
+--- add_tearoffs?()
+    ((*要編集*))
+
+--- move_active()
+    ((*要編集*))
+
+== プロパティ
 --- active: Integer (Read/Write)
     The item which is currently active. If the model is a non-flat treemodel, and the active item is not an immediate child of the root of the tree, this property has the value Gtk::TreePath#indices[0], where path is the Gtk::TreePath of the active item. ((* Since 2.4 *))
     * Allowed values: >= -1
@@ -156,15 +233,126 @@
     * Allowed values: >= 0
     * Default value: 0
 
+--- entry-text-column:
+    ((*要編集*))
+
+--- has-entry:
+    ((*要編集*))
+
+--- button-sensitivity:
+    ((*要編集*))
+
+--- popup-shown:
+    ((*要編集*))
+
+--- focus-on-click:
+    ((*要編集*))
+
+--- has-frame:
+    ((*要編集*))
+
+--- tearoff-title:
+    ((*要編集*))
+
+--- add-tearoffs:
+    ((*要編集*))
+
 == Style Properties
 --- appears-as-list: true or false (Read)
     Whether dropdowns should look like lists rather than menus. ((* Since 2.4 *))
     * Default value: false
 
-== Signals
+== シグナル
 --- changed: self
     The changed signal gets emitted when the active item is changed. The can be due to the user selecting a different item from the list, or due to a call to Gtk::ComboBox#active_iter=. ((* Since 2.4 *))
      * self: the Gtk::ComboBox
+
+--- popdown:
+    ((*要編集*))
+
+--- popup:
+    ((*要編集*))
 
+--- move-active:
+    ((*要編集*))
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-15 クラスのメンバでリストから漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
Zurück zum Archiv-Index