]> git.street.me.uk Git - andy/viking.git/blobdiff - src/ui_util.h
Don't attempt download if temporary file can't be opened.
[andy/viking.git] / src / ui_util.h
index 1ce64b19c58b51a2ee8d33ec5f43553c4b975a3f..42370188bba871b9d1e335bde47da20f63917302 100644 (file)
@@ -35,6 +35,11 @@ void new_email(GtkWindow *parent, const gchar * address);
 GtkWidget *ui_button_new_with_image(const gchar *stock_id, const gchar *text);
 gint ui_get_gtk_settings_integer(const gchar *property_name, gint default_value);
 GtkWidget *ui_lookup_widget(GtkWidget *widget, const gchar *widget_name);
+GtkWidget* ui_label_new_selectable ( const gchar* text );
+
+GdkPixbuf *ui_pixbuf_set_alpha ( GdkPixbuf *pixbuf, guint8 alpha );
+GdkPixbuf *ui_pixbuf_scale_alpha ( GdkPixbuf *pixbuf, guint8 alpha );
+void ui_add_recent_file ( const gchar *filename );
 
 G_END_DECLS