gIconEqual: gIconEqual

Description Usage Arguments Value Author(s)

View source: R/gioFuncs.R

Description

Checks if two icons are equal.

Usage

1
gIconEqual(object, icon2)

Arguments

object

pointer to the first GIcon.

icon2

pointer to the second GIcon.

Value

[logical] TRUE if icon1 is equal to icon2. FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gIconEqual in RGtk2...