API: Add gtk_test_widget_wait_for_draw ()
See docs and following commits for what it's supposed to do. Let's hope it fixes the flakiness in tests.
This commit is contained in:
@ -61,6 +61,8 @@ GDK_AVAILABLE_IN_ALL
|
||||
gboolean gtk_test_spin_button_click (GtkSpinButton *spinner,
|
||||
guint button,
|
||||
gboolean upwards);
|
||||
GDK_AVAILABLE_IN_3_10
|
||||
void gtk_test_widget_wait_for_draw (GtkWidget *widget);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
gboolean gtk_test_widget_click (GtkWidget *widget,
|
||||
guint button,
|
||||
|
||||
Reference in New Issue
Block a user