GtkScintilla::autoc_show

void autoc_show(int len_entered, string item_list);

Show the auto-complation list.

$l = trim(implode("",array_unique(array("aaa ", "bbb "))));
$word='a';
GtkScintilla::autoc_show(strlen($word), $l);