]> git.street.me.uk Git - andy/viking.git/blobdiff - src/ui_util.h
Support all values of GPS Mode fixType.
[andy/viking.git] / src / ui_util.h
index 3c43c1fa3d9c6a90506bbe2fb430fc57951e5c6f..42370188bba871b9d1e335bde47da20f63917302 100644 (file)
@@ -35,8 +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