comparison finch/libgnt/gnttree.h @ 21895:39b078ac8a81

Update the changelogs, and the @since doxy-tags for new functions.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 18 Dec 2007 21:43:03 +0000
parents 3ed9b027479d
children 364e67f1a429
comparison
equal deleted inserted replaced
21894:65e23b7a4398 21895:39b078ac8a81
328 * Set color for the text in a row in the tree. 328 * Set color for the text in a row in the tree.
329 * 329 *
330 * @param tree The tree 330 * @param tree The tree
331 * @param key The key for the row 331 * @param key The key for the row
332 * @param color The color 332 * @param color The color
333 * @since 2.4.0
333 */ 334 */
334 void gnt_tree_set_row_color(GntTree *, void *, int); 335 void gnt_tree_set_row_color(GntTree *, void *, int);
335 336
336 /** 337 /**
337 * Select a row. 338 * Select a row.