atkStateSetContainsStates {RGtk2}R Documentation

atkStateSetContainsStates

Description

Checks whether the states for all the specified types are in the specified set.

Usage

atkStateSetContainsStates(object, types, n.types)

Arguments

object [AtkStateSet] an AtkStateSet
types [AtkStateType] a list of AtkStateType
n.types [integer] The number of elements in the list

Value

[logical] TRUE if all the states for type are in set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]