FuzzyIndexCursor

Constructors

this
this(DzlFuzzyIndexCursor* dzlFuzzyIndexCursor, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getFuzzyIndexCursorStruct
DzlFuzzyIndexCursor* getFuzzyIndexCursorStruct(bool transferOwnership)

Get the main Gtk struct

getIndex
FuzzyIndex getIndex()

Gets the index the cursor is iterating.

getStruct
void* getStruct()

the main Gtk struct as a void*

Mixins

__anonymous
mixin ListModelT!(DzlFuzzyIndexCursor)
Undocumented in source.
__anonymous
mixin AsyncInitableT!(DzlFuzzyIndexCursor)
Undocumented in source.

Static functions

getType
GType getType()

Variables

dzlFuzzyIndexCursor
DzlFuzzyIndexCursor* dzlFuzzyIndexCursor;

the main Gtk struct

Meta