source: trunk/third/rep-gtk/rep-libglade.h @ 15286

Revision 15286, 1.3 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15285, which included commits to RCS files with non-trunk default branches.
Line 
1/* rep-libglade.h --
2   $Id: rep-libglade.h,v 1.1.1.1 2000-11-12 06:16:17 ghudson Exp $
3
4   Copyright (C) 1999 John Harper <john@dcs.warwick.ac.uk>
5
6   This file is part of sawmill.
7
8   sawmill is free software; you can redistribute it and/or modify it
9   under the terms of the GNU General Public License as published by
10   the Free Software Foundation; either version 2, or (at your option)
11   any later version.
12
13   sawmill is distributed in the hope that it will be useful, but
14   WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with sawmill; see the file COPYING.   If not, write to
20   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
21
22#ifndef REP_LIBGLADE_H
23#define REP_LIBGLADE_H
24
25#include <rep.h>
26#include <glade/glade.h>
27
28extern void sgtk_glade_xml_signal_connect (GladeXML *self,
29                                           char *handler_name, repv func);
30
31extern void sgtk_glade_xml_signal_autoconnect (GladeXML *self);
32
33extern GladeXML *sgtk_glade_xml_new_from_string (repv text, const char *root,
34                                                 const char *domain);
35
36extern char *sgtk_glade_xml_textdomain (GladeXML *xml);
37
38extern void sgtk_init_gtk_libglade_glue (void);
39
40#endif /* REP_LIBGLADE_H */
Note: See TracBrowser for help on using the repository browser.