gContentTypeIsA {RGtk2}R Documentation

gContentTypeIsA

Description

Determines if type is a subset of supertype.

Usage

gContentTypeIsA(type, supertype)

Arguments

type

a content type string.

supertype

a string.

Value

[logical] TRUE if type is a kind of supertype, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]