~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to src/include/font_browser.h

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-06-07 11:28:52 UTC
  • Revision ID: package-import@ubuntu.com-20140607112852-pj9xhtlvwpgqjy5x
Tags: 1.3.15-1
* Initial release (Closes: #750861)
  flrig version 1.3.15 plus the following upstream commits:
  - 0001-License-Declaration.patch
  - 0002-FL_APPS-folder.patch
  - 0003-rig-home-dir.patch
  - 0004-RTS-DTR-restore.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ----------------------------------------------------------------------------
2
 
//  Font_Browser.h      v 0.0.1                        2005-10-17 
3
 
//
4
 
//         for the Fast Light Tool Kit (FLTK) 1.1.x .
5
 
//
6
 
//    David Freese, w1hkj@w1hkj.com
7
 
//    based on similar widget by Mariwan Jalal
8
 
//
9
 
// This file is part of fldigi.
10
 
//
11
 
// Fldigi is free software: you can redistribute it and/or modify
 
2
//    based on similar widget by Mariwan Jalal, in FLTK source
 
3
// ----------------------------------------------------------------------------
 
4
// Copyright (C) 2014
 
5
//              David Freese, W1HKJ
 
6
//
 
7
// This file is part of flrig.
 
8
//
 
9
// flrig is free software; you can redistribute it and/or modify
12
10
// it under the terms of the GNU General Public License as published by
13
 
// the Free Software Foundation, either version 3 of the License, or
 
11
// the Free Software Foundation; either version 3 of the License, or
14
12
// (at your option) any later version.
15
13
//
16
 
// Fldigi is distributed in the hope that it will be useful,
 
14
// flrig is distributed in the hope that it will be useful,
17
15
// but WITHOUT ANY WARRANTY; without even the implied warranty of
18
16
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
17
// GNU General Public License for more details.
20
18
//
21
19
// You should have received a copy of the GNU General Public License
22
 
// along with fldigi.  If not, see <http://www.gnu.org/licenses/>.
 
20
// along with this program.  If not, see <http://www.gnu.org/licenses/>.
23
21
// ----------------------------------------------------------------------------
24
22
 
25
 
 
26
23
#ifndef FONTBROWSER_H
27
24
#define FONTBROWSER_H
28
25