BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
bstasciipixbuf.hh
Go to the documentation of this file.
00001  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
00002 #ifndef __BST_ASCII_PIXBUF_H__
00003 #define __BST_ASCII_PIXBUF_H__
00004 
00005 #include <gtk/gtk.h>
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif /* __cplusplus */
00010 
00011 
00012 void            bst_ascii_pixbuf_ref    (void);
00013 GdkPixbuf*      bst_ascii_pixbuf_new    (gchar character,
00014                                          guint char_width,
00015                                          guint char_height);
00016 void            bst_ascii_pixbuf_unref  (void);
00017 
00018 
00019 
00020 #ifdef __cplusplus
00021 }
00022 #endif /* __cplusplus */
00023 
00024 #endif /* __BST_ASCII_PIXBUF_H__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines