SuggestionPositionFunc


Description:

[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "3.26" ) ]
public delegate void SuggestionPositionFunc (SuggestionEntry entry, ref Rectangle area, ref bool is_absolute)

Positions the popover in the coordinates defined by area.

If is_absolute is set to true, then absolute coordinates are used. Otherwise, the position is expected to be relative to entry.

Parameters:

entry

a SuggestionEntry

area

location to place the popover

is_absolute

If the area is in absolute coordinates

user_data

closure data


Namespace: Dazzle
Package: libdazzle-1.0