Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkWindowShow

gdkWindowShow


Description

Like gdkWindowShowUnraised, but also raises the window to the top of the window stack (moves the window to the front of the Z-order).

Usage

gdkWindowShow(object)

Arguments

object

a GdkWindow

Details

This function maps a window so it's visible onscreen. Its opposite is gdkWindowHide.

When implementing a GtkWidget, you should call this function on the widget's GdkWindow as part of the "map" method.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.