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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 14:50:05 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AIconView
-------------------------
@@ -1,7 +1,7 @@
-= class Gtk::IconView
+= Gtk::IconView クラス
 Gtk::IconView provides an alternative view on a list model. It displays the model as a grid of icons with labels. Like Gtk::TreeView, it allows to select one or multiple items (depending on the selection mode, see Gtk::IconView#selection_mode=). In addition to selection with the arrow keys, Gtk::IconView supports rubberband selection, which is controlled by dragging the pointer.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -10,13 +10,20 @@
           * Gtk::Container
             * Gtk::IconView
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::CellLayout
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::IconView.new(model = nil)
     Creates a new GtkIconView widget. ((*Since2.6*))
     * model: The Gtk::TreeModel
     * Returns: A newly created Gtk::IconView widget
 
-== Instance Methods
+== インスタンスメソッド
 --- model
     Gets the model for the icon view or nil if model is unset. ((*Since2.6*))
     * Returns: The model for the icon view
@@ -294,6 +301,15 @@
     * Returns: reorderable
 
 --- set_reorderable=(reorderable)
+    ((*存在しない?*))
+
     Same as Gtk::IconView#reorderable=. ((*Since 2.8*))
     * reorderable: true, if the list of items can be reordered.
     * Returns: self
@@ -331,8 +340,47 @@
     Undoes the effect of Gtk::IconView#enable_model_drag_source. ((*Since 2.8*))
     * Returns: self
 
-== Constants
+--- item_padding=()
+    ((*要編集*))
 
+--- set_item_padding()
+    ((*要編集*))
+
+--- item_padding()
+    ((*要編集*))
+
+--- tooltip_column=()
+    ((*要編集*))
+
+--- set_tooltip_column()
+    ((*要編集*))
+
+--- tooltip_column()
+    ((*要編集*))
+
+--- set_reorderable()
+    ((*要編集*))
+
+--- item_orientation=()
+    ((*要編集*))
+
+--- set_item_orientation()
+    ((*要編集*))
+
+--- item_orientation()
+    ((*要編集*))
+
+== 定数
+
 === GtkIconViewDropPosition
 ((*Since 2.8*))
 --- NO_DROP
@@ -342,7 +381,46 @@
 --- DROP_ABOVE
 --- DROP_BELOW
 
-== Properties
+== プロパティ
 --- column-spacing: Integer (Read/Write)
     Space which is inserted between grid column ((*Since2.6*))
 
@@ -384,15 +423,63 @@
 
 --- reorderable: true or false (Read/Write)
     View is reorderable. Default: false. ((*Since 2.8*))
+
+--- item-padding:
+    ((*要編集*))
+
+--- tooltip-column:
+    ((*要編集*))
+
+--- item-orientation:
+    ((*要編集*))
 
-== Style Properties
+== スタイルプロパティ
 --- selection-box-alpha: Integer (Read)
     Opacity of the selection box
 
 --- selection-box-color: Gdk::Color (Read)
     Color of the selection box
 
-== Signals
+== シグナル
 --- activate-cursor-item: self
      * self: Gtk::IconView
 
@@ -425,7 +473,56 @@
 --- unselect-all: self
      * self: Gtk::IconView
 
-== ChangeLog
+== 更新履歴
+* 2014-06-16 クラスのメンバ項目の存在チェック("存在しない?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>))
 * 2005-10-16 Removed Gtk::IconView#get_dest_item_at_pos, #get_item_at_pos - ((<Masao>))
 * 2005-09-18 Added Gtk::IconView#get_item, #get_dest_item, #get_path.
 * 2005-09-12 Documented partial additions for 2.8 - ((<gc>))




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