BEAST
- Free Software Audio Synthesizer and Tracker
0.9.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
beast-gtk
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__ */
Generated on Wed Sep 16 2015 09:58:44 for BEAST - Free Software Audio Synthesizer and Tracker by
1.8.9.1