]> git.street.me.uk Git - andy/viking.git/blobdiff - src/ui_util.h
Fix spelling in gpsd retry warning print out
[andy/viking.git] / src / ui_util.h
index 1ce64b19c58b51a2ee8d33ec5f43553c4b975a3f..5ca34acb29d6040fd5a08f74341b52bd5238f5c4 100644 (file)
@@ -35,6 +35,15 @@ 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 );
+GtkWidget *ui_entry_new ( const gchar *str, GtkEntryIconPosition position );
+GtkWidget *ui_spin_button_new ( GtkAdjustment *adjustment,
+                                gdouble climb_rate,
+                                guint digits );
+
+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