Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
b0915a69
Commit
b0915a69
authored
Jun 29, 2011
by
Matthias Clasen
Browse files
Add more children tests
parent
7371e3f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/a11y/children.c
View file @
b0915a69
...
...
@@ -163,6 +163,19 @@ main (int argc, char *argv[])
add_child_tests
(
gtk_paned_new
(
GTK_ORIENTATION_HORIZONTAL
));
add_child_tests
(
gtk_grid_new
());
add_child_tests
(
gtk_event_box_new
());
add_child_tests
(
gtk_window_new
(
GTK_WINDOW_TOPLEVEL
));
add_child_tests
(
gtk_assistant_new
());
add_child_tests
(
gtk_frame_new
(
"frame"
));
add_child_tests
(
gtk_expander_new
(
"expander"
));
add_child_tests
(
gtk_table_new
(
2
,
2
,
FALSE
));
add_child_tests
(
gtk_text_view_new
());
add_child_tests
(
gtk_tree_view_new
());
#if 0
/* gail doesn't handle non-label children in these */
add_child_tests (gtk_button_new ());
add_child_tests (gtk_statusbar_new ());
#endif
add_child_tests
(
gtk_notebook_new
());
return
g_test_run
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment