gtkFileFilterSetName {RGtk2}R Documentation

gtkFileFilterSetName

Description

Sets the human-readable name of the filter; this is the string that will be displayed in the file selector user interface if there is a selectable list of filters.

Usage

gtkFileFilterSetName(object, name)

Arguments

object [GtkFileFilter] a GtkFileFilter
name [character] the human-readable-name for the filter, or NULL to remove any existing name.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]