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

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 19:11:00 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ATreeView
-------------------------
@@ -1,7 +1,7 @@
-= class Gtk::TreeView
+= Gtk::TreeView クラス
 Widget that displays any object that implements the Gtk::TreeModel interface.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -10,6 +10,12 @@
           * Gtk::Container
             * Gtk::TreeView
 
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
 == クラスメソッド
 --- Gtk::TreeView.new(model = nil)
     Creates a new Gtk::TreeView widget with the model initialized to model or nil.
@@ -375,7 +381,172 @@
       * Returns: true to continue, or false to quit(the word is matched).
     * Returns: self
  
-== Constants
+--- set_search_position_func()
+    ((*要編集*))
+
+--- set_search_entry()
+    ((*要編集*))
+
+--- search_entry()
+    ((*要編集*))
+
+--- set_row_separator_func()
+    ((*要編集*))
+
+--- set_cursor_on_cell()
+    ((*要編集*))
+
+--- convert_widget_to_tree_coords()
+    ((*要編集*))
+
+--- convert_widget_to_bin_window_coords()
+    ((*要編集*))
+
+--- convert_tree_to_widget_coords()
+    ((*要編集*))
+
+--- convert_tree_to_bin_window_coords()
+    ((*要編集*))
+
+--- convert_bin_window_to_widget_coords()
+    ((*要編集*))
+
+--- convert_bin_window_to_tree_coords()
+    ((*要編集*))
+
+--- expand_to_path()
+    ((*要編集*))
+
+--- tooltip_column=()
+    ((*要編集*))
+
+--- set_tooltip_column()
+    ((*要編集*))
+
+--- tooltip_column()
+    ((*要編集*))
+
+--- enable_tree_lines=()
+    ((*要編集*))
+
+--- set_enable_tree_lines()
+    ((*要編集*))
+
+--- enable_tree_lines?()
+    ((*要編集*))
+
+--- enable_grid_lines=()
+    ((*要編集*))
+
+--- set_enable_grid_lines()
+    ((*要編集*))
+
+--- enable_grid_lines()
+    ((*要編集*))
+
+--- rubber_banding=()
+    ((*要編集*))
+
+--- set_rubber_banding()
+    ((*要編集*))
+
+--- rubber_banding?()
+    ((*要編集*))
+
+--- level_indentation=()
+    ((*要編集*))
+
+--- set_level_indentation()
+    ((*要編集*))
+
+--- level_indentation()
+    ((*要編集*))
+
+--- show_expanders=()
+    ((*要編集*))
+
+--- set_show_expanders()
+    ((*要編集*))
+
+--- show_expanders?()
+    ((*要編集*))
+
+--- hover_expand=()
+    ((*要編集*))
+
+--- set_hover_expand()
+    ((*要編集*))
+
+--- hover_expand?()
+    ((*要編集*))
+
+--- hover_selection=()
+    ((*要編集*))
+
+--- set_hover_selection()
+    ((*要編集*))
+
+--- hover_selection?()
+    ((*要編集*))
+
+--- fixed_height_mode=()
+    ((*要編集*))
+
+--- set_fixed_height_mode()
+    ((*要編集*))
+
+--- fixed_height_mode?()
+    ((*要編集*))
+
+--- headers_clickable?()
+    ((*要編集*))
+
+--- start_interactive_search()
+    ((*要編集*))
+
+--- select_cursor_parent()
+    ((*要編集*))
+
+--- expand_collapse_cursor_row()
+    ((*要編集*))
+
+--- toggle_cursor_row()
+    ((*要編集*))
+
+--- select_cursor_row()
+    ((*要編集*))
+
+--- unselect_all()
+    ((*要編集*))
+
+--- select_all()
+    ((*要編集*))
+
+--- set_scroll_adjustments()
+    ((*要編集*))
+
+--- move_cursor()
+    ((*要編集*))
+
+== 定数
+--- GRID_LINES_BOTH (Gtk::TreeView::GridLines)
+    ((*要編集*))
+
+--- GRID_LINES_VERTICAL (Gtk::TreeView::GridLines)
+    ((*要編集*))
+
+--- GRID_LINES_HORIZONTAL (Gtk::TreeView::GridLines)
+    ((*要編集*))
+
+--- GRID_LINES_NONE (Gtk::TreeView::GridLines)
+    ((*要編集*))
+
 === GtkTreeViewDropPosition
 Determining where a dropped row goes.
 --- DROP_BEFORE
@@ -387,7 +552,172 @@
 --- DROP_INTO_OR_AFTER
     drop as a child of this row (with fallback to after if into is not possible)
 
-== Properties
+== プロパティ
 --- enable-search: true or false (Read/Write)
     View allows user to search through columns interactively
 
@@ -418,7 +583,199 @@
 --- vadjustment: Gtk::Adjustment (Read/Write)
     Vertical Adjustment for the widget
 
-== Signals
+--- tooltip-column:
+    ((*要編集*))
+
+--- enable-tree-lines:
+    ((*要編集*))
+
+--- enable-grid-lines:
+    ((*要編集*))
+
+--- rubber-banding:
+    ((*要編集*))
+
+--- level-indentation:
+    ((*要編集*))
+
+--- show-expanders:
+    ((*要編集*))
+
+--- hover-expand:
+    ((*要編集*))
+
+--- hover-selection:
+    ((*要編集*))
+
+--- fixed-height-mode:
+    ((*要編集*))
+
+== シグナル
 --- columns-changed: self
      * self: the Gtk::TreeView
 
@@ -488,9 +680,201 @@
 --- unselect-all: self
      * self: the Gtk::TreeView
 
-== See Also
+== 関連ページ
 Gtk::TreeViewColumn, Gtk::TreeSelection, Gtk::TreeModel, Gtk::TreeSortable, Gtk::TreeModelSort, Gtk::ListStore, Gtk::TreeStore, Gtk::CellRenderer, Gtk::CellEditable, Gtk::CellRendererPixbuf, Gtk::CellRendererText, Gtk::CellRendererToggle
-
-
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
アーカイブの一覧に戻る