gdkWindowConfigureFinished {RGtk2} | R Documentation |
Signal to the window system that the application has finished handling Configure events it has received. Window Managers can use this to better synchronize the frame repaint with the application. GTK+ applications will automatically call this function when appropriate.
gdkWindowConfigureFinished(object)
|
[GdkWindow ] a toplevel GdkWindow |
This function can only be called if gdkWindowEnableSynchronizedConfigure
was called previously.
Since 2.6
Derived by RGtkGen from GTK+ documentation