summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-31 16:57:18 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-31 16:57:18 +0000
commit6e6067d951567cbba1531d28f0945cc9ef656d10 (patch)
treefe02203f5abb46735093d0c90ddb831ca4be8d80 /gtk/gtkassistant.h
parent5b8dbf0d5fe1cceb5e08db41c3f2e083527a2c73 (diff)
downloadgtk+-6e6067d951567cbba1531d28f0945cc9ef656d10.tar.gz
Actually implement visibility handling, and add
2006-01-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkassistant.h: * gtk/gtkassistant.c: Actually implement visibility handling, and add gtk_assistant_update_buttons_state. * tests/testassistant.c: Test visibility handling.
Diffstat (limited to 'gtk/gtkassistant.h')
-rw-r--r--gtk/gtkassistant.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkassistant.h b/gtk/gtkassistant.h
index 2ffd11f17f..495a74662c 100644
--- a/gtk/gtkassistant.h
+++ b/gtk/gtkassistant.h
@@ -134,6 +134,8 @@ void gtk_assistant_add_action_widget (GtkAssistant
void gtk_assistant_remove_action_widget (GtkAssistant *assistant,
GtkWidget *child);
+void gtk_assistant_update_buttons_state (GtkAssistant *assistant);
+
G_END_DECLS
#endif /* __GTK_ASSISTANT_H__ */