summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2002-09-28 20:03:56 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2002-09-28 20:03:56 +0000
commita3538e04909df172e939f7618775109c1456b337 (patch)
treecd6fb4c090cc38dec72ec85e78eab89c626f1f93 /gtk/gtktreeviewcolumn.c
parent6311f552e1a522d0dcd70e891a1fefa59616f58c (diff)
downloadgdk-pixbuf-a3538e04909df172e939f7618775109c1456b337.tar.gz
Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, Vitaly
2002-09-01 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkimcontext.c, gtk/gtktreeviewcolumn.c: Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, Vitaly Tishkov)
Diffstat (limited to 'gtk/gtktreeviewcolumn.c')
-rw-r--r--gtk/gtktreeviewcolumn.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/gtk/gtktreeviewcolumn.c b/gtk/gtktreeviewcolumn.c
index 957c8b793..86df4839a 100644
--- a/gtk/gtktreeviewcolumn.c
+++ b/gtk/gtktreeviewcolumn.c
@@ -1210,8 +1210,9 @@ gtk_tree_view_column_get_cell_info (GtkTreeViewColumn *tree_column,
* @cell: The #GtkCellRenderer.
* @expand: %TRUE if @cell is to be given extra space allocated to box.
*
- * Packs the @cell into the beginning column. If @expand is %TRUE, then the
- * @cell is allocated a share of all available space that the @tree_column has.
+ * 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.
**/
void
gtk_tree_view_column_pack_start (GtkTreeViewColumn *tree_column,
@@ -1243,8 +1244,9 @@ gtk_tree_view_column_pack_start (GtkTreeViewColumn *tree_column,
* @cell: The #GtkCellRenderer.
* @expand: %TRUE if @cell is to be given extra space allocated to box.
*
- * Packs the @cell into the column. If @expand is %TRUE, then the @cell is
- * allocated a share of all available space that the @tree_column has.
+ * Adds the @cell to end 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.
**/
void
gtk_tree_view_column_pack_end (GtkTreeViewColumn *tree_column,
@@ -2254,9 +2256,9 @@ gtk_tree_view_column_get_sort_order (GtkTreeViewColumn *tree_column)
* @is_expander: %TRUE, if the row has children
* @is_expanded: %TRUE, if the row has visible children
*
- * Sets the cell renderer based on the @tree_model and @tree_node. That is, for
+ * Sets the cell renderer based on the @tree_model and @iter. That is, for
* every attribute mapping in @tree_column, it will get a value from the set
- * column on the @tree_node, and use that value to set the attribute on the cell
+ * column on the @iter, and use that value to set the attribute on the cell
* renderer. This is used primarily by the #GtkTreeView.
**/
void