[ 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
.
entry | |
area |
location to place the popover |
is_absolute |
If the area is in absolute coordinates |
user_data |
closure data |