~ubuntu-branches/debian/sid/x11-apps/sid

« back to all changes in this revision

Viewing changes to xedit/xedit.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2011-02-09 18:15:58 UTC
  • mfrom: (9.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110209181558-4wta1q27k11xrtae
Tags: 7.6+4
* debian/rules::get-tarballs: pass "--destdir ." to uscan
* xbiff 1.0.3.
* Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
  work!
* Drop Pre-Depends on x11-common.
* Bump Standards-Version to 3.9.1.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
void DoSave(Widget, XtPointer, XtPointer);
144
144
void SaveFile(Widget, XEvent*, String*, Cardinal*);
145
145
void DoLoad(Widget, XtPointer, XtPointer);
146
 
#ifdef INCLUDE_XPRINT_SUPPORT
147
 
void DoPrint(Widget, XtPointer, XtPointer);
148
 
#endif /* INCLUDE_XPRINT_SUPPORT */
149
146
void CancelFindFile(Widget, XEvent*, String*, Cardinal*);
150
147
void FindFile(Widget, XEvent*, String*, Cardinal*);
151
148
void LoadFile(Widget, XEvent*, String*, Cardinal*);
152
149
Bool LoadFileInTextwindow(char *name, char *resolved_name);
153
 
#ifdef INCLUDE_XPRINT_SUPPORT
154
 
void PrintFile(Widget, XEvent*, String*, Cardinal*);
155
 
#endif /* INCLUDE_XPRINT_SUPPORT */
156
150
void FileCompletion(Widget, XEvent*, String*, Cardinal*);
157
151
void KillFile(Widget, XEvent*, String*, Cardinal*);
158
152
void DirWindowCB(Widget, XtPointer, XtPointer);