summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-gtk-button.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2013-05-03 23:07:23 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2013-05-04 02:06:03 +0900
commit6338066d4b70a448a0f1f534b0a3f56834e7fdaa (patch)
treeab40941180e0953a5857c15767dcb12ad0340b2e /plugins/gtk+/glade-gtk-button.h
parent494e742b95dcb294ff097bdad11018017316e3cd (diff)
Move GladeWidgetAdaptor code for GtkImage into it's own C file
Includes a bit of a fixup for the GtkButton code
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_ */