forked from AuroraMiddleware/gtk
Add gtk_test_widget_wait_for_draw to docs
This commit is contained in:
parent
00e1e881cf
commit
540c665117
@ -7142,6 +7142,7 @@ gtk_test_text_get
|
|||||||
gtk_test_text_set
|
gtk_test_text_set
|
||||||
gtk_test_widget_click
|
gtk_test_widget_click
|
||||||
gtk_test_widget_send_key
|
gtk_test_widget_send_key
|
||||||
|
gtk_test_widget_wait_for_draw
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -137,6 +137,8 @@ quit_main_loop_callback (GtkWidget *widget,
|
|||||||
* This function is intended to be used for syncing with actions that
|
* This function is intended to be used for syncing with actions that
|
||||||
* depend on @widget relayouting or on interaction with the display
|
* depend on @widget relayouting or on interaction with the display
|
||||||
* server.
|
* server.
|
||||||
|
*
|
||||||
|
* Since: 3.10
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_test_widget_wait_for_draw (GtkWidget *widget)
|
gtk_test_widget_wait_for_draw (GtkWidget *widget)
|
||||||
|
Loading…
Reference in New Issue
Block a user