gtk.custom_filter

Module for [CustomFilter] class

Types 3

gtk.custom_filter.CustomFilter determines whether to include items with a callback.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
CustomFilter self() nothrowReturns `this`, for use in `with` statements.
CustomFilterGidBuilder builder() static nothrowGet builder for [gtk.custom_filter.CustomFilter] Returns: New builder object
void setFilterFunc(gtk.types.CustomFilterFunc matchFunc = null) nothrowSets the function used for filtering items.
Constructors
this(void * ptr, Flag!"Take" take)
this(gtk.types.CustomFilterFunc matchFunc = null)Creates a new filter using the given match_func to filter items.
Methods
CustomFilter build() nothrowCreate object from builder. Returns: New object