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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 15日 (日) 20:45:42 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACellRendererCombo
-------------------------
@@ -1,9 +1,9 @@
-= class Gtk::CellRendererCombo
+= Gtk::CellRendererCombo クラス
 Gtk::CellRendererCombo renders text in a cell like Gtk::CellRendererText from which it is derived. But while Gtk::CellRendererText offers a simple entry to edit the text, Gtk::CellRendererCombo offers a Gtk::ComboBox or Gtk::ComboBoxEntry widget to edit the text. The values to display in the combo box are taken from the tree model specified in the model property.
 
 The combo cell renderer takes care of adding a text cell renderer to the combo box and sets it to display the column specified by its text-column property. Further cell renderers can be added in a handler for the editing-started signal. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -12,12 +12,12 @@
           * Gtk::CellRendererText
             * Gtk::CellRendererCombo
 
-== Class Methods
+== クラスメソッド
 --- Gtk::CellRendererCombo.new
     Creates a new Gtk::CellRendererCombo. Adjust how text is drawn using object properties. Also, with Gtk::TreeViewColumn, you can bind a property to a value in a Gtk::TreeModel. For example, you can bind the "text" property on the cell renderer to a string value in the model, thus rendering a different string in each row of the GtkTreeView. ((*Since 2.6*))
     * Returns:the new Gtk::CellRendererCombo
 
-== Instance Methods
+== インスタンスメソッド
 --- has_entry?
     If true, the cell renderer will include an entry and allow to enter values other than the ones in the popup list. ((*Since 2.6*))
     * Returns: true if it allow to enter strings other than the chosen ones, otherwise false
@@ -54,7 +54,7 @@
     * text_column: the column number
     * Returns: self
 
-== Properties
+== プロパティ
 --- has-entry: true or false (Read/Write)
     If TRUE, the cell renderer will include an entry and allow to enter values other than the ones in the popup list. ((*Since 2.6*))
     * Default value: TRUE
@@ -67,6 +67,10 @@
     * Allowed values: >= -1
     * Default value: -1
 
-== ChangeLog
-* 2005-05-05 Added - ((<Masao>))
+== シグナル
+--- changed:
+    ((*要編集*))
 
+== 更新履歴
+* 2014-06-15 クラスのメンバ項目でリストから漏れているものを追加。 - ((<きたがわ>))
+* 2005-05-05 Added - ((<Masao>))




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