gtkFixedGetHasWindow {RGtk2}R Documentation

gtkFixedGetHasWindow

Description

Gets whether the GtkFixed has its own GdkWindow. See gtkFixedSetHasWindow. WARNING: gtk_fixed_get_has_window has been deprecated since version 2.20 and should not be used in newly-written code. Use gtkWidgetGetHasWindow instead.

Usage

gtkFixedGetHasWindow(object)

Arguments

object

a GtkWidget

Value

[logical] TRUE if fixed has its own window.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]