FileFilter.setName

Sets a human-readable name of the filter.

This is the string that will be displayed in the file chooser if there is a selectable list of filters.

class FileFilter
void
setName
(
string name
)

Parameters

name string

the human-readable-name for the filter, or %NULL to remove any existing name.

Meta