diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1998-03-31 23:43:49 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-03-31 23:43:49 +0000 |
commit | c36ca76bb84879ed1e2ba51541c95eacd56e550e (patch) | |
tree | 8a01644357246180f22165e28d7f0cdf8cf67afe /examples/menu/mfmain.h | |
parent | 30f22e0208593dba5ca5d3b824d8d03519414296 (diff) | |
download | gtk+-c36ca76bb84879ed1e2ba51541c95eacd56e550e.tar.gz |
Tue Mar 31 15:41:57 PST 1998 Shawn T. Amundson
* Makefile.am:
* examples/*: added the rest of the tutorial examples
Diffstat (limited to 'examples/menu/mfmain.h')
-rw-r--r-- | examples/menu/mfmain.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/menu/mfmain.h b/examples/menu/mfmain.h new file mode 100644 index 0000000000..fe481b0c1f --- /dev/null +++ b/examples/menu/mfmain.h @@ -0,0 +1,19 @@ +/* This file extracted from the GTK tutorial. */ + +/* mfmain.h */ + +#ifndef __MFMAIN_H__ +#define __MFMAIN_H__ + + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + +void file_quit_cmd_callback(GtkWidget *widget, gpointer data); + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* __MFMAIN_H__ */ |