Revision 8837,
1.4 KB
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r8836,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef _XmpP_h_ |
---|
2 | #define _XmpP_h_ |
---|
3 | #include <X11/Xmp/COPY.h> |
---|
4 | |
---|
5 | /* |
---|
6 | * SCCS_data: @(#) XmpP.h 1.5 92/10/28 07:50:40 |
---|
7 | * |
---|
8 | * This module contains declarations private to the implementation |
---|
9 | * of the Xmp library. |
---|
10 | * |
---|
11 | ******************************************************************************* |
---|
12 | */ |
---|
13 | |
---|
14 | #include <X11/Wc/WcCreateP.h> /* CONVERTER, ACTION macros, wcWidgetCvtArgs */ |
---|
15 | #include <X11/Xmp/Xmp.h> |
---|
16 | |
---|
17 | BEGIN_NOT_Cxx |
---|
18 | |
---|
19 | void XmpCvtStringToXmString ( CONVERTER(NULL) ); |
---|
20 | void XmpCvtStringToMenuWidget ( CONVERTER(wcWidgetCvtArgs) ); |
---|
21 | |
---|
22 | void XmpPopupACT ( ACTION( menu ) ); |
---|
23 | void XmpFixTranslationsACT ( ACTION( text ) ); |
---|
24 | void XmpFixTranslationsCB ( CALLBACK( text ) ); |
---|
25 | void XmpAddMwmCloseCallbackACT ( ACTION( shell_cbList ) ); |
---|
26 | void XmpAddMwmCloseCallbackCB ( CALLBACK( shell_cbList ) ); |
---|
27 | void XmpAddTabGroupCB ( CALLBACK( tabGroupWidgetNameOpt ) ); |
---|
28 | void XmpAddTabGroupACT ( ACTION( tabGroupWidgetNameOpt ) ); |
---|
29 | void XmpTableChildConfigCB ( CALLBACK( child_col_row_hSpan_vSpan ) ); |
---|
30 | void XmpTableChildConfigACT ( ACTION( child_col_row_hSpan_vSpan ) ); |
---|
31 | void XmpTableChildPositionCB( CALLBACK( child_col_row ) ); |
---|
32 | void XmpTableChildPositionACT ( ACTION( child_col_row ) ); |
---|
33 | void XmpTableChildResizeCB( CALLBACK( child_hSpan_vSpan ) ); |
---|
34 | void XmpTableChildResizeACT ( ACTION( child_hSpan_vSpan ) ); |
---|
35 | void XmpTableChildOptionsCB( CALLBACK( child_opts ) ); |
---|
36 | void XmpTableChildOptionsACT ( ACTION( child_opts ) ); |
---|
37 | |
---|
38 | END_NOT_Cxx |
---|
39 | |
---|
40 | #endif /* _XmpP_h_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.