File: print_tree_view_list.h

package info (click to toggle)
grisbi 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,808 kB
  • sloc: ansic: 161,477; sh: 4,559; makefile: 918; xml: 580; perl: 370
file content (19 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _PRINT_TREE_VIEW_LIST_H
#define _PRINT_TREE_VIEW_LIST_H

#include <gtk/gtk.h>

/* START_INCLUDE_H */
/* END_INCLUDE_H */



/* START_DECLARATION */
gboolean	print_tree_view_list	(GtkWidget *menu_item,
									 GtkTreeView *tree_view);

/* END_DECLARATION */


#endif /*_PRINT_TREE_VIEW_LIST_H */