CustomFilter

constructor(matchFunc: CustomFilterFunc)

Creates a new filter using the given @match_func to filter items.

If @match_func is null, the filter matches all items.

If the filter func changes its filtering behavior, gtk_filter_changed() needs to be called.

Return

a new GtkCustomFilter

Parameters

matchFunc

function to filter items


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)