gtkWidgetShowNow {RGtk2}R Documentation

gtkWidgetShowNow

Description

Shows a widget. If the widget is an unmapped toplevel widget (i.e. a GtkWindow that has not yet been shown), enter the main loop and wait for the window to actually be mapped. Be careful; because the main loop is running, anything can happen during this function.

Usage

gtkWidgetShowNow(object)

Arguments

object [GtkWidget] a GtkWidget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]