comparison finch/libgnt/gnttree.h @ 18535:fad459189cc5

New feature: successful compilation.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 14 Jul 2007 03:02:41 +0000
parents ffa46a399f3c
children 8838b67b1ea0
comparison
equal deleted inserted replaced
18534:ffa46a399f3c 18535:fad459189cc5
506 * @param tree The tree 506 * @param tree The tree
507 * @param col The index of the column 507 * @param col The index of the column
508 */ 508 */
509 void gnt_tree_set_search_column(GntTree *tree, int col); 509 void gnt_tree_set_search_column(GntTree *tree, int col);
510 510
511 /**
512 * Check whether the user is currently in the middle of a search.
513 *
514 * @param tree The tree
515 * @return @c TRUE if the user is searching, @c FALSE otherwise.
516 */
517 gboolean gnt_tree_is_searching(GntTree *tree);
518
511 G_END_DECLS 519 G_END_DECLS
512 520
513 #endif /* GNT_TREE_H */ 521 #endif /* GNT_TREE_H */