MultiFilter
abstract class MultiFilter(val gtkMultiFilterPointer: <Error class: unknown class><<Error class: unknown class>>) : Filter, Buildable
GtkMultiFilter
is the base class for filters that combine multiple filters.
Skipped during bindings generation
method
item-type
: Property has no getter nor settermethod
n-items
: Property has no getter nor setter
Inheritors
Constructors
Types
Link copied to clipboard
class MultiFilterImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : MultiFilter
The MultiFilterImpl type represents a native instance of the abstract MultiFilter class.
Properties
Functions
Link copied to clipboard
Notifies all users of the filter that it has changed.
Link copied to clipboard
Emits the "changed" signal. See onChanged.
Link copied to clipboard
Gets the ID of the @buildable object.
Link copied to clipboard
Gets the known strictness of @filters.
Link copied to clipboard
fun onChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (change: FilterChange) -> Unit): <Error class: unknown class>
Emitted whenever the filter changed.