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

gdkWindowResize

gdkWindowResize


Description

Resizes window; for toplevel windows, asks the window manager to resize the window. The window manager may not allow the resize. When using GTK+, use gtkWindowResize instead of this low-level GDK function.

Usage

gdkWindowResize(object, width, height)

Arguments

object

a GdkWindow

width

new width of the window

height

new height of the window

Details

Windows may not be resized below 1x1.

If you're also planning to move the window, use gdkWindowMoveResize to both move and resize simultaneously, for a nicer visual effect.

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.