summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2010-01-04 08:39:24 +0100
committerChristian Dywan <christian@twotoasts.de>2010-01-04 08:39:24 +0100
commit5d675b9f1199c2f410556f20a732e36820035951 (patch)
treec3b427f9b111d581a776360767c8fca4cb5b33dd /gtk/gtkfixed.h
parent525cc3ada2060d8f71ed978057c0cd48ef1e6d3b (diff)
downloadgtk+-5d675b9f1199c2f410556f20a732e36820035951.tar.gz
No GTK_WIDGET_NO_WINDOW in GtkFixed and deprecate gtk_fixed_set_has_window
Diffstat (limited to 'gtk/gtkfixed.h')
-rw-r--r--gtk/gtkfixed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h
index 7c782473cd..6480a2d188 100644
--- a/gtk/gtkfixed.h
+++ b/gtk/gtkfixed.h
@@ -79,9 +79,11 @@ void gtk_fixed_move (GtkFixed *fixed,
GtkWidget *widget,
gint x,
gint y);
+#ifndef GTK_DISABLE_DEPRECATED
void gtk_fixed_set_has_window (GtkFixed *fixed,
gboolean has_window);
gboolean gtk_fixed_get_has_window (GtkFixed *fixed);
+#endif
G_END_DECLS