forked from AuroraMiddleware/gtk
testassistant: Remove padding from the filechooser page
This tests the new assistant api to remove padding from pages.
This commit is contained in:
parent
c3a0880cd6
commit
675467063e
@ -573,6 +573,7 @@ create_full_featured_assistant (GtkWidget *widget)
|
||||
gtk_assistant_append_page (GTK_ASSISTANT (assistant), page);
|
||||
gtk_assistant_set_page_title (GTK_ASSISTANT (assistant), page, "Filechooser");
|
||||
gtk_assistant_set_page_complete (GTK_ASSISTANT (assistant), page, TRUE);
|
||||
gtk_assistant_set_page_has_padding (GTK_ASSISTANT (assistant), page, FALSE);
|
||||
|
||||
page = get_test_page ("Page 3");
|
||||
gtk_widget_show (page);
|
||||
|
Loading…
Reference in New Issue
Block a user