comparison finch/libgnt/gnttree.h @ 21691:3ed9b027479d

Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
author Richard Nelson <wabz@pidgin.im>
date Fri, 30 Nov 2007 03:17:07 +0000
parents acf284962b40
children 39b078ac8a81
comparison
equal deleted inserted replaced
21690:33285f8f68ba 21691:3ed9b027479d
323 * @param flags The flags to set 323 * @param flags The flags to set
324 */ 324 */
325 void gnt_tree_set_row_flags(GntTree *tree, void *key, GntTextFormatFlags flags); 325 void gnt_tree_set_row_flags(GntTree *tree, void *key, GntTextFormatFlags flags);
326 326
327 /** 327 /**
328 * Set color for the text in a row in the tree.
329 *
330 * @param tree The tree
331 * @param key The key for the row
332 * @param color The color
333 */
334 void gnt_tree_set_row_color(GntTree *, void *, int);
335
336 /**
328 * Select a row. 337 * Select a row.
329 * 338 *
330 * @param tree The tree 339 * @param tree The tree
331 * @param key The key of the row to select 340 * @param key The key of the row to select
332 */ 341 */