gtkWindowGetHasFrame {RGtk2}R Documentation

gtkWindowGetHasFrame

Description

Accessor for whether the window has a frame window exterior to window->window. Gets the value set by gtkWindowSetHasFrame.

Usage

gtkWindowGetHasFrame(object)

Arguments

object [GtkWindow] a GtkWindow

Value

[logical] TRUE if a frame has been added to the window via gtkWindowSetHasFrame.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]