Description Usage Arguments Details Author(s)
Makes sure that all pending updates to the UI have been completed.
1 | gtkUIManagerEnsureUpdate(object)
|
|
a |
This may occasionally be necessary, since GtkUIManager
updates the
UI in an idle function. A typical example where this function is
useful is to enforce that the menubar and toolbar have been added to
the main window before showing it:
1 2 3 4 5 6 |
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.