comparison src/pixbuf_util.h @ 1334:f97450e632a1

create toolbar from ui_manager
author nadvornik
date Sat, 28 Feb 2009 09:59:27 +0000
parents 8b89e3ff286b
children 63eb48237608
comparison
equal deleted inserted replaced
1333:bdc19836c33d 1334:f97450e632a1
16 16
17 17
18 gboolean pixbuf_to_file_as_png (GdkPixbuf *pixbuf, const gchar *filename); 18 gboolean pixbuf_to_file_as_png (GdkPixbuf *pixbuf, const gchar *filename);
19 gboolean pixbuf_to_file_as_jpg(GdkPixbuf *pixbuf, const gchar *filename, gint quality); 19 gboolean pixbuf_to_file_as_jpg(GdkPixbuf *pixbuf, const gchar *filename, gint quality);
20 20
21 void pixbuf_inline_register_stock_icons(void);
21 22
22 GdkPixbuf *pixbuf_inline(const gchar *key); 23 GdkPixbuf *pixbuf_inline(const gchar *key);
23 GdkPixbuf *pixbuf_fallback(FileData *fd, gint requested_width, gint requested_height); 24 GdkPixbuf *pixbuf_fallback(FileData *fd, gint requested_width, gint requested_height);
24 25
25 gint pixbuf_scale_aspect(gint req_w, gint req_h, gint old_w, gint old_h, gint *new_w, gint *new_h); 26 gint pixbuf_scale_aspect(gint req_w, gint req_h, gint old_w, gint old_h, gint *new_w, gint *new_h);