summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-gtk-button.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtk+/glade-gtk-button.h')
-rw-r--r--plugins/gtk+/glade-gtk-button.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/gtk+/glade-gtk-button.h b/plugins/gtk+/glade-gtk-button.h
new file mode 100644
index 00000000..365d3cdb
--- /dev/null
+++ b/plugins/gtk+/glade-gtk-button.h
@@ -0,0 +1,34 @@
+/*
+ * Copyright (C) 2013 Tristan Van Berkom.
+ *
+ * This library is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Authors:
+ * Tristan Van Berkom <tvb@gnome.org>
+ */
+#ifndef _GLADE_GTK_BUTTON_H_
+#define _GLADE_GTK_BUTTON_H_
+
+#include <gtk/gtk.h>
+#include <gladeui/glade.h>
+
+G_BEGIN_DECLS
+
+void glade_gtk_sync_use_appearance (GladeWidget *gwidget);
+
+
+G_END_DECLS
+
+#endif /* _GLADE_GTK_BUTTON_H_ */