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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2005年 8月 31日 (水) 06:14:02 JST


-------------------------
REMOTE_ADDR = 83.76.38.169
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki
        URL = /hiki.cgi?Gtk%3A%3ATreeViewColumn
-------------------------
@@ -289,6 +289,16 @@
     * cell: the target cell (Gtk::CellRenderer)
     * 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*))
+    * expand: the new value (true or false)
+--- set_expand(expand)
+    Same as Gtk::TreeViewColumn#expand=(expand). ((*Since 2.4*))
+    * expand: the new value (true or false)
+    * Returns: self
+
 --- queue_resize
     Flags the column, and the cell renderers added to this column, to have their sizes renegotiated. ((*Since 2.8*))
     * Returns: self
@@ -313,6 +323,19 @@
 
 --- fixed-width: Integer (Read/Write)
     Current fixed width of the column
+
+--- expand: true or false (Read/Write)
+    Column gets share of extra width allocated to the widget. Default value: false. ((*Since 2.4*))
 
 --- max-width: Integer (Read/Write)
     Maximum allowed width of the column





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