BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bstasciipixbuf.hh
Go to the documentation of this file.
1  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
2 #ifndef __BST_ASCII_PIXBUF_H__
3 #define __BST_ASCII_PIXBUF_H__
4 
5 #include <gtk/gtk.h>
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif /* __cplusplus */
10 
11 
12 void bst_ascii_pixbuf_ref (void);
13 GdkPixbuf* bst_ascii_pixbuf_new (gchar character,
14  guint char_width,
15  guint char_height);
16 void bst_ascii_pixbuf_unref (void);
17 
18 
19 
20 #ifdef __cplusplus
21 }
22 #endif /* __cplusplus */
23 
24 #endif /* __BST_ASCII_PIXBUF_H__ */