File: prefshardcopy.h

package info (click to toggle)
plucker 1.8-34
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 21,340 kB
  • sloc: ansic: 47,691; cpp: 42,310; python: 17,043; makefile: 1,521; perl: 1,492; pascal: 1,123; sh: 474; sed: 64; java: 13; csh: 6
file content (40 lines) | stat: -rw-r--r-- 1,449 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
 * $Id: prefshardcopy.h,v 1.1 2003/02/03 22:46:17 adamm Exp $
 *
 * Viewer - a part of Plucker, the free off-line HTML viewer for PalmOS
 * Copyright (c) 1998-2002, Mark Ian Lillywhite and Michael Nordstrom
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 *
 */

#ifndef PLUCKER_PREFSHARDCOPY_H
#define PLUCKER_PREFSHARDCOPY_H

#include "prefsform.h"

#include "viewer.h"

/* Handle the Hardcopy preferences */
extern Boolean PrefsHardcopyPreferenceEvent( ActionType action ) PREFSFORM_SECTION;

/* Nominate the Hardcopy section to be shown first when the prefsform loads */
extern void PrefsHardcopyShowFirst( void ) PREFSFORM_SECTION;

/* Event handler for the Hardcopy preferences */
extern Boolean PrefsHardcopyPalmEvent( EventType* event ) PREFSFORM_SECTION;

#endif