#include <string>
Go to the source code of this file.
Namespaces | |
namespace | gtkutil |
Defines | |
#define | INCLUDED_GTKUTIL_IMAGE_H |
Typedefs | |
typedef struct _GtkWidget | GtkWidget |
typedef struct _GdkPixbuf | GdkPixbuf |
Functions | |
void | BitmapsPath_set (const std::string &path) |
GdkPixbuf * | pixbuf_new_from_file_with_mask (const std::string &filename) |
GtkWidget * | gtkutil::getImage (const std::string &filename) |
GdkPixbuf * | gtkutil::getLocalPixbuf (const std::string &filename) |
void BitmapsPath_set | ( | const std::string & | path | ) |
GdkPixbuf* pixbuf_new_from_file_with_mask | ( | const std::string & | filename | ) |