File: gsb_select_icon.h

package info (click to toggle)
grisbi 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,180 kB
  • ctags: 7,111
  • sloc: ansic: 114,821; sh: 11,374; makefile: 1,102; perl: 370; yacc: 291
file content (19 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _GSB_SELECT_ICON_H
#define _GSB_SELECT_ICON_H (1)


/* START_INCLUDE_H */
/* END_INCLUDE_H */

#define LOGO_WIDTH 100
#define LOGO_HEIGHT 100

/* START_DECLARATION */
gchar * gsb_select_icon_create_chaine_base64_from_pixbuf ( GdkPixbuf *pixbuf );
GdkPixbuf *gsb_select_icon_create_pixbuf_from_chaine_base64 ( gchar *str_base64 );
gchar * gsb_select_icon_create_window ( gchar * name_icon );
GdkPixbuf *gsb_select_icon_get_default_logo_pixbuf ( void );
GdkPixbuf *gsb_select_icon_get_logo_pixbuf ( void );
void gsb_select_icon_set_logo_pixbuf ( GdkPixbuf *pixbuf );
/* END_DECLARATION */
#endif