~ubuntu-branches/ubuntu/raring/gnome-photo-printer/raring

« back to all changes in this revision

Viewing changes to src/gpp_widget.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Schlueter
  • Date: 2006-12-04 20:34:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204203459-iezl9zaj52l0ufb4
Tags: 0.6.7-1
* New upstream release
* Bug fix: "gnome-photo-printer: changing bottom margin has no effect on
  output", thanks to Rick Pasotto (Closes: #394545).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef GPP_WIDGET_H
20
20
#define GPP_WIDGET_H    1
21
21
 
22
 
static GtkTargetEntry target_table[] = { {"text/uri-list", 0, 0} };
23
 
 
24
22
GtkWidget *gpp_build_widget (gchar * file);
25
23
GtkWidget *gpp_printer_selector_new ();
26
24
GtkWidget *gpp_paper_selector_new ();