Blame plugins/gtk+/glade-gtk.h

Packit 1e8aac
/*
Packit 1e8aac
 * glade-gtk.h
Packit 1e8aac
 *
Packit 1e8aac
 * Copyright (C) 2004 - 2011 Tristan Van Berkom.
Packit 1e8aac
 *
Packit 1e8aac
 * Author:
Packit 1e8aac
 *   Tristan Van Berkom <tvb@gnome.org>
Packit 1e8aac
 *
Packit 1e8aac
 * This library is free software; you can redistribute it and/or modify it
Packit 1e8aac
 * under the terms of the GNU Lesser General Public License as
Packit 1e8aac
 * published by the Free Software Foundation; either version 2.1 of
Packit 1e8aac
 * the License, or (at your option) any later version.
Packit 1e8aac
 *
Packit 1e8aac
 * This library is distributed in the hope that it will be useful, but
Packit 1e8aac
 * WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 1e8aac
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 1e8aac
 * Lesser General Public License for more details.
Packit 1e8aac
 *
Packit 1e8aac
 * You should have received a copy of the GNU Lesser General Public 
Packit 1e8aac
 * License along with this program; if not, write to the Free Software
Packit 1e8aac
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Packit 1e8aac
 *
Packit 1e8aac
 */
Packit 1e8aac
Packit 1e8aac
#ifndef __GLADE_GTK_H__
Packit 1e8aac
#define __GLADE_GTK_H__
Packit 1e8aac
Packit 1e8aac
#include <glib/gi18n-lib.h>
Packit 1e8aac
Packit 1e8aac
#include <gladeui/glade-widget-adaptor.h>
Packit 1e8aac
Packit 1e8aac
/* --------------------------------- Constants ------------------------------ */
Packit 1e8aac
Packit 1e8aac
#define MNEMONIC_INSENSITIVE_MSG   _("This property does not apply unless Use Underline is set.")
Packit 1e8aac
#define NOT_SELECTED_MSG           _("Property not selected")
Packit 1e8aac
#define RESPID_INSENSITIVE_MSG     _("This property is only for use in dialog action buttons")
Packit 1e8aac
#define ACTION_APPEARANCE_MSG      _("This property is set to be controlled by an Action")
Packit 1e8aac
Packit 1e8aac
#define ONLY_THIS_GOES_IN_THAT_MSG _("Only objects of type %s can be added to objects of type %s.")
Packit 1e8aac
Packit 1e8aac
#define ACTION_ACCEL_INSENSITIVE_MSG _("The accelerator can only be set when inside an Action Group.")
Packit 1e8aac
Packit 1e8aac
#define GLADE_TAG_ATTRIBUTES        "attributes"
Packit 1e8aac
#define GLADE_TAG_ATTRIBUTE         "attribute"
Packit 1e8aac
Packit 1e8aac
#endif /* __GLADE_GTK_H__ */