Interface TreeModelFilterVisibleFunc
- All Superinterfaces:
FunctionPointer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Deprecated
@Generated("org.javagi.JavaGI")
public interface TreeModelFilterVisibleFunc
extends FunctionPointer
Deprecated.
Functional interface declaration of the TreeModelFilterVisibleFunc callback.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.There is no replacementdefault MemorySegmenttoCallback(Arena arena) Deprecated.Creates a native function pointer to theupcall(MemorySegment, MemorySegment, MemorySegment)method.default intupcall(MemorySegment model, MemorySegment iter, MemorySegment data) Deprecated.Theupcallmethod is called from native code.
-
Method Details
-
run
Deprecated.There is no replacementA function which decides whether the row indicated byiteris visible.- Parameters:
model- the child model of theGtkTreeModelFilteriter- aGtkTreeIterpointing to the row inmodelwhose visibility is determined- Returns:
- Whether the row indicated by
iteris visible.
-
upcall
Deprecated.Theupcallmethod is called from native code. The parameters are marshaled andrun(TreeModel, TreeIter)is executed. -
toCallback
Deprecated.Creates a native function pointer to theupcall(MemorySegment, MemorySegment, MemorySegment)method.- Specified by:
toCallbackin interfaceFunctionPointer- Parameters:
arena- the arena in which the function pointer is allocated- Returns:
- the native function pointer
-