]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfixed.h
Changes to gtktreeview to better support thicker focus lines,
[~andy/gtk] / gtk / gtkfixed.h
index 6e0bc593a48f89a97b464a7199f66528242a61eb..ba07df8cbb9741ca611733dd19f90504d54f8988 100644 (file)
@@ -79,6 +79,9 @@ void       gtk_fixed_move              (GtkFixed       *fixed,
                                         GtkWidget      *widget,
                                         gint            x,
                                         gint            y);
+void       gtk_fixed_set_has_window    (GtkFixed       *fixed,
+                                       gboolean        has_window);
+gboolean   gtk_fixed_get_has_window    (GtkFixed       *fixed);
 
 #ifdef __cplusplus
 }