ui_util

ui_util

Functions

Description

Functions

open_url ()

void
open_url (GtkWindow *parent,
          const gchar *url);

new_email ()

void
new_email (GtkWindow *parent,
           const gchar *address);

ui_button_new_with_image ()

GtkWidget *
ui_button_new_with_image (const gchar *stock_id,
                          const gchar *text);

ui_get_gtk_settings_integer ()

gint
ui_get_gtk_settings_integer (const gchar *property_name,
                             gint default_value);

ui_lookup_widget ()

GtkWidget *
ui_lookup_widget (GtkWidget *widget,
                  const gchar *widget_name);

ui_label_new_selectable ()

GtkWidget *
ui_label_new_selectable (const gchar *text);

ui_pixbuf_set_alpha ()

GdkPixbuf *
ui_pixbuf_set_alpha (GdkPixbuf *pixbuf,
                     guint8 alpha);

ui_pixbuf_scale_alpha ()

GdkPixbuf *
ui_pixbuf_scale_alpha (GdkPixbuf *pixbuf,
                       guint8 alpha);

ui_add_recent_file ()

void
ui_add_recent_file (const gchar *filename);