ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 19:15:17 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ATreeViewColumn ------------------------- @@ -1,14 +1,20 @@ -= class Gtk::TreeViewColumn += Gtk::TreeViewColumn クラス The Gtk::TreeViewColumn object is a visible column in a Gtk::TreeView widget. It determines the geometry, type. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object * Gtk::Object * Gtk::TreeViewColumn -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Gtk::CellLayout +* GLib::Interface + +== クラスメソッド --- Gtk::TreeViewColumn.new(title = nil, cell_renderer = nil, attributes = nil) Creates a new Gtk::TreeViewColumn with a number of default values. This is equivalent to calling Gtk::TreeViewColumn.new, Gtk::TreeViewColumn#title=, Gtk::TreeViewColumn#pack_start, and Gtk::TreeViewColumn#set_attributes on the newly created Gtk::TreeViewColumn. @@ -28,7 +34,13 @@ :foreground => COLOR_COLUMN) -== Instance Methods +== インスタンスメソッド --- pack_start(cell, expand) Packs the cell into the beginning of the column. If expand is false, then the cell is allocated no more space than it needs. Any unused space is divided evenly between cells for which expand is true. * cell: The Gtk::CellRenderer. @@ -281,6 +287,14 @@ * Returns: true, if any of the cells packed into the Gtk::TreeViewColumn are currently visible --- cell_data_func= + ((*存在しない?*)) + not yet * Returns: self @@ -290,6 +298,16 @@ * Returns: self --- expand + ((*存在しない?*)) + Return true if the column expands to take any available space. ((*Since 2.4*)) --- expand=(expand) Sets the column to take available extra space. This space is shared equally amongst all columns that have the expand set to true. If no column has this option set, then the last column gets all extra space. By default, every column is created with this false. ((*Since 2.4*)) @@ -302,8 +312,24 @@ --- queue_resize Flags the column, and the cell renderers added to this column, to have their sizes renegotiated. ((*Since 2.8*)) * Returns: self + +--- tree_view() + ((*要編集*)) + +--- expand?() + ((*要編集*)) -== Constants +== 定数 === GtkTreeViewColumnSizing The sizing method the column uses to determine its width. Please note that Gtk::TreeViewColumn::AUTOSIZE are inefficient for large views, and can make columns appear choppy. @@ -314,7 +330,23 @@ --- FIXED Columns are a fixed numbers of pixels wide. -== Properties +== プロパティ --- alignment: Float (Read/Write) X Alignment of the column header text or widget @@ -361,12 +377,35 @@ --- width: Integer (Read) Current width of the column -== Signals +--- sort-column-id: + ((*要編集*)) + +--- spacing: + ((*要編集*)) + +== シグナル --- clicked: self * self: Gtk::TreeViewColumn -== See Also +== 関連ページ Gtk::TreeView, 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>))