update the website url
[gmidimonitor.git] / glade.h
blobdd1a72d79ef4cbfda66a451f42450602202fc6a2
1 /* -*- Mode: C ; c-basic-offset: 2 -*- */
2 /*****************************************************************************
4 * libglade helpers
6 * This file is part of gmidimonitor
8 * Copyright (C) 2005,2006,2007,2008,2011 Nedko Arnaudov <nedko@arnaudov.name>
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; version 2 of the License
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
23 *****************************************************************************/
25 #ifndef GLADE_H__732DAEDD_44BD_48CC_B8CA_B43FBB672A1D__INCLUDED
26 #define GLADE_H__732DAEDD_44BD_48CC_B8CA_B43FBB672A1D__INCLUDED
28 GtkWidget *
29 construct_glade_widget(
30 const gchar * id);
32 GtkWidget *
33 get_glade_widget_child(
34 GtkWidget * root,
35 const gchar * id);
37 #endif /* #ifndef GLADE_H__732DAEDD_44BD_48CC_B8CA_B43FBB672A1D__INCLUDED */