source: trunk/third/xmh/actions.h @ 9658

Revision 9658, 2.9 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9657, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * $XConsortium: actions.h,v 1.9 91/07/17 21:20:49 converse Exp $
3 *
4 * Copyright 1989 Massachusetts Institute of Technology
5 *
6 * Permission to use, copy, modify, distribute, and sell this software and its
7 * documentation for any purpose is hereby granted without fee, provided that
8 * the above copyright notice appear in all copies and that both that
9 * copyright notice and this permission notice appear in supporting
10 * documentation, and that the name of M.I.T. not be used in advertising or
11 * publicity pertaining to distribution of the software without specific,
12 * written prior permission.  M.I.T. makes no representations about the
13 * suitability of this software for any purpose.  It is provided "as is"
14 * without express or implied warranty.
15 *
16 * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
17 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
18 * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
20 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
21 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22 *
23 */
24
25        /* from compfuncs.c */
26
27extern void     XmhResetCompose();
28extern void     XmhSend();
29extern void     XmhSave();
30
31        /* from folder.c */
32
33extern void     XmhClose();
34extern void     XmhComposeMessage();
35extern void     XmhOpenFolder();
36extern void     XmhOpenFolderInNewWindow();
37extern void     XmhCreateFolder();
38extern void     XmhDeleteFolder();
39extern void     XmhPopupFolderMenu();
40extern void     XmhSetCurrentFolder();
41extern void     XmhLeaveFolderButton();
42extern void     XmhPushFolder();
43extern void     XmhPopFolder();
44extern void     XmhWMProtocols();
45
46        /* from msg.c */
47
48extern void     XmhInsert();
49
50        /* from popup.c */
51
52extern void     XmhPromptOkayAction();
53
54        /* from toc.c */
55
56extern void     XmhPushSequence();
57extern void     XmhPopSequence();
58extern void     XmhReloadSeqLists();
59
60        /* from tocfuncs.c */
61
62extern void     XmhCheckForNewMail();
63extern void     XmhIncorporateNewMail();
64extern void     XmhCommitChanges();
65extern void     XmhPackFolder();
66extern void     XmhSortFolder();
67extern void     XmhForceRescan();
68extern void     XmhViewNextMessage();
69extern void     XmhViewPreviousMessage();
70extern void     XmhMarkDelete();
71extern void     XmhMarkMove();
72extern void     XmhMarkCopy();
73extern void     XmhUnmark();
74extern void     XmhViewInNewWindow();
75extern void     XmhReply();
76extern void     XmhForward();
77extern void     XmhUseAsComposition();
78extern void     XmhPrint();
79extern void     XmhShellCommand();
80extern void     XmhPickMessages();
81extern void     XmhOpenSequence();
82extern void     XmhAddToSequence();
83extern void     XmhRemoveFromSequence();
84extern void     XmhDeleteSequence();
85
86        /* from viewfuncs.c */
87
88extern void     XmhCloseView();
89extern void     XmhViewReply();
90extern void     XmhViewForward();
91extern void     XmhViewUseAsComposition();
92extern void     XmhEditView();
93extern void     XmhSaveView();
94extern void     XmhPrintView();
95extern void     XmhViewMarkDelete();
Note: See TracBrowser for help on using the repository browser.