gtkWidgetSetMapped {RGtk2}R Documentation

gtkWidgetSetMapped

Description

Marks the widget as being realized.

Usage

gtkWidgetSetMapped(object, mapped)

Arguments

object

a GtkWidget

mapped

TRUE to mark the widget as mapped

Details

This function should only ever be called in a derived widget's "map" or "unmap" implementation. Since 2.20

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]