~ubuntu-branches/ubuntu/jaunty/fltk1.1/jaunty

« back to all changes in this revision

Viewing changes to FL/Fl_Tooltip.H

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2007-02-21 16:56:13 UTC
  • mfrom: (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20070221165613-tgsyru29aprq97yj
Tags: 1.1.7-3
* debian/po/pt.po: new (European) Portuguese translation for
  libfltk1.1-dev, courtesy of Pedro Ribeiro <p.m42.ribeiro@gmail.com>.
  (Closes: #410733.)
* Declare (preexisting) compliance with Standards-Version: 3.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: Fl_Tooltip.H,v 1.16.2.13 2004/09/12 20:26:23 easysw Exp $"
 
2
// "$Id: Fl_Tooltip.H 4288 2005-04-16 00:13:17Z mike $"
3
3
//
4
4
// Tooltip header file for the Fast Light Tool Kit (FLTK).
5
5
//
6
 
// Copyright 1998-2004 by Bill Spitzak and others.
 
6
// Copyright 1998-2005 by Bill Spitzak and others.
7
7
//
8
8
// This library is free software; you can redistribute it and/or
9
9
// modify it under the terms of the GNU Library General Public
20
20
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21
21
// USA.
22
22
//
23
 
// Please report all bugs and problems to "fltk-bugs@fltk.org".
 
23
// Please report all bugs and problems on the following page:
 
24
//
 
25
//     http://www.fltk.org/str.php
24
26
//
25
27
 
26
28
#ifndef Fl_Tooltip_H
71
73
#endif
72
74
 
73
75
//
74
 
// End of "$Id: Fl_Tooltip.H,v 1.16.2.13 2004/09/12 20:26:23 easysw Exp $".
 
76
// End of "$Id: Fl_Tooltip.H 4288 2005-04-16 00:13:17Z mike $".
75
77
//