~ubuntu-branches/ubuntu/trusty/lmms/trusty

« back to all changes in this revision

Viewing changes to plugins/zynaddsubfx/fltk/FL/Fl_Positioner.H

  • Committer: Charlie Smotherman
  • Date: 2012-12-05 22:08:38 UTC
  • mfrom: (33.1.7 lmms_0.4.13)
  • Revision ID: cjsmo@cableone.net-20121205220838-09pjfzew9m5023hr
* New  Upstream release.
  - Minor tweaking to ZynAddSubFX, CALF, SWH plugins  and Stefan Fendt's RC
    filters.
  - Added UI fixes: Magnentic effect of knobs and Piano-roll fixes
  - Updated German localization and copyright year
* debian/lmms-common.install:
  - added /usr/share/applications so the lmms.desktop file will correctly
    install (LP: #863366)
  - This should also fix the Software Center not displaying lmms in sound
    and video (LP: #824231)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: Fl_Positioner.H 6614 2009-01-01 16:11:32Z matt $"
 
2
// "$Id: Fl_Positioner.H 7981 2010-12-08 23:53:04Z greg.ercolano $"
3
3
//
4
4
// Positioner header file for the Fast Light Tool Kit (FLTK).
5
5
//
6
 
// Copyright 1998-2009 by Bill Spitzak and others.
 
6
// Copyright 1998-2010 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
40
40
  It would be useful if this could be put atop another widget so that the
41
41
  crosshairs are on top, but this is not implemented.  The color of the
42
42
  crosshairs is selection_color().
43
 
  <P ALIGN=CENTER>\image html  positioner.gif </P> 
44
 
  \image latex  positioner.eps " Fl_Positioner" width=4cm
 
43
  <P ALIGN=CENTER>\image html  positioner.png </P> 
 
44
  \image latex  positioner.png " Fl_Positioner" width=4cm
45
45
*/
46
46
class FL_EXPORT Fl_Positioner : public Fl_Widget {
47
47
 
99
99
#endif
100
100
 
101
101
//
102
 
// End of "$Id: Fl_Positioner.H 6614 2009-01-01 16:11:32Z matt $".
 
102
// End of "$Id: Fl_Positioner.H 7981 2010-12-08 23:53:04Z greg.ercolano $".
103
103
//