GnuCash  5.6-150-g038405b370+
gnc-cell-renderer-text-flag.h
1 
8 /* GnuCash is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU Library General Public License as
10  * published by the Free Software Foundation; either version 2 of
11  * the License, or (at your option) any later version.
12  *
13  * Gnucash is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Library General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, contact:
20  *
21  * Free Software Foundation Voice: +1-617-542-5942
22  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652
23  * Boston, MA 02110-1301, USA gnu@gnu.org
24  */
25 
26 #ifndef __GNC_CELL_RENDERER_TEXT_FLAG_H__
27 #define __GNC_CELL_RENDERER_TEXT_FLAG_H__
28 
29 #include <gtk/gtk.h>
30 
31 
32 #define GNC_TYPE_CELL_RENDERER_TEXT_FLAG (gnc_cell_renderer_text_flag_get_type ())
33 G_DECLARE_FINAL_TYPE (GncCellRendererTextFlag, gnc_cell_renderer_text_flag, GNC, CELL_RENDERER_TEXT_FLAG, GtkCellRendererText)
34 
35 GtkCellRenderer *gnc_cell_renderer_text_flag_new(void);
36 
37 #endif /* __GNC_CELL_RENDERER_TEXT_FLAG_H__ */