]> git.street.me.uk Git - andy/viking.git/blobdiff - src/ui_util.h
Github #15: Relicense files marked GPL2 only to GPL2+.
[andy/viking.git] / src / ui_util.h
index 2fff065a4914a9f7a486fa8766247f8d843e6d09..5ca34acb29d6040fd5a08f74341b52bd5238f5c4 100644 (file)
@@ -36,8 +36,13 @@ 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