Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkFileFilterAddCustom

gtkFileFilterAddCustom


Description

Adds rule to a filter that allows files based on a custom callback function. The bitfield needed which is passed in provides information about what sorts of information that the filter function needs; this allows GTK+ to avoid retrieving expensive information when it isn't needed by the filter.

Usage

gtkFileFilterAddCustom(object, needed, func, data = NULL)

Arguments

object

a GtkFileFilter

needed

bitfield of flags indicating the information that the custom filter function needs.

func

callback function; if the function returns TRUE, then the file will be displayed.

data

data to pass to func

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.