2 * CDE - Common Desktop Environment
4 * Copyright (c) 1993-2012, The Open Group. All rights reserved.
6 * These libraries and programs are free software; you can
7 * redistribute them and/or modify them under the terms of the GNU
8 * Lesser General Public License as published by the Free Software
9 * Foundation; either version 2 of the License, or (at your option)
12 * These libraries and programs are distributed in the hope that
13 * they will be useful, but WITHOUT ANY WARRANTY; without even the
14 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15 * PURPOSE. See the GNU Lesser General Public License for more
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with these librararies and programs; if not, write
20 * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21 * Floor, Boston, MA 02110-1301 USA
23 /* $XConsortium: ActionsI.h /main/5 1995/12/08 13:00:31 cde-hal $ */
24 /************************************<+>*************************************
25 ****************************************************************************
29 ** Project: Display area routines
31 ** Description: Header file for Actions.c
34 ** (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
36 ** (c) Copyright 1993, 1994 Hewlett-Packard Company
37 ** (c) Copyright 1993, 1994 International Business Machines Corp.
38 ** (c) Copyright 1993, 1994 Sun Microsystems, Inc.
39 ** (c) Copyright 1993, 1994 Novell, Inc.
40 ****************************************************************************
41 ************************************<+>*************************************/
42 #ifndef _DtHelpActionsI_h
43 #define _DtHelpActionsI_h
48 /*****************************************************************************
49 * Semi Public Routines
50 *****************************************************************************/
51 extern void _DtHelpActivateLink (
55 Cardinal *num_params);
56 extern void _DtHelpCopyAction (
60 Cardinal *num_params);
61 extern void _DtHelpDeSelectAll (
65 Cardinal *num_params);
66 extern void _DtHelpNextLink (
70 Cardinal *num_params);
71 extern void _DtHelpPageLeftOrRight (
75 Cardinal *num_params);
76 extern void _DtHelpPageUpOrDown (
80 Cardinal *num_params);
81 extern void _DtHelpSelectAll (
85 Cardinal *num_params);
90 #endif /* _DtHelpActionsI_h */