~ubuntu-branches/ubuntu/jaunty/lxpanel/jaunty

« back to all changes in this revision

Viewing changes to src/misc.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-07-09 16:03:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080709160310-49qt6epxot11wwt4
Tags: 0.3.8.1-2
Install lxde-x-terminal-emulator.desktop to prevent missing icon
for user who installed old version of lxpanel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
gchar *expand_tilda(gchar *file);
81
81
GdkPixbuf *gdk_pixbuf_scale_ratio(GdkPixbuf *p, int width, int height, GdkInterpType itype,
82
82
                                  gboolean keep_ratio);
83
 
GtkWidget *gtk_image_new_from_file_scaled(const gchar *file, gint width, gint height,
 
83
GtkWidget *_gtk_image_new_from_file_scaled(const gchar *file, gint width, gint height,
84
84
                                          gboolean keep_ratio);
 
85
GtkWidget *_gtk_image_new_from_file_scaled(const gchar *file, gint width,
 
86
                                           gint height, gboolean keep_ratio);
85
87
void get_button_spacing(GtkRequisition *req, GtkContainer *parent, gchar *name);
86
88
guint32 gcolor2rgb24(GdkColor *color);
87
89
GtkWidget *fb_button_new_from_file(gchar *fname, int width, int height, gulong hicolor,